#0AA2B8

Color #0AA2B8 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0AA2B8

Tints of Bondi Blue #0AA2B8

Color information

#0AA2B8 (or 0x0AA2B8) is unknown color: approx Bondi Blue. HEX triplet: 0A, A2 and B8. RGB value is (10,162,184). Sum of RGB (Red+Green+Blue) = 10+162+184=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #0AA2B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA2B8 is #F55D47. Grayscale: #767676. Windows color (decimal): -16080200 or 12100106. OLE color: 12100106.

HSL color Cylindrical-coordinate representation of color #0AA2B8: hue angle of 187.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA2B8 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10162184-
CMYK0.950.1200.28
HSL187.59º89.69%38.04%-
HSV(B)187.59º94.57%72.16%-
XYZ21.729.3749.87-
YUV119.06164.6450.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 2.81%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 184 (72.27% from 255) = 51.69%
R=2.81%
G=45.51%
B=51.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101621840.950.1200.28187.5989.6938.04
HexAA2B85FC01Cbc5a26
Octal122422701371403427413246
Binary1010101000101011100010111111100011100101111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA2B8; }

 p { color: rgb(10,162,184); }

 H1.HeaderClassName
 {
   color: #0AA2B8;
 }
 .AnyTagClassName
 {
   color: #0AA2B8;
 }
</style>
background-color css

<style>
 a { background-color: #0AA2B8; }

 a { background-color: rgb(10,162,184); }

 div.DivClassName
 {
   background-color: #0AA2B8;
 }
 .BgClassName
 {
   background-color: #0AA2B8;
 }
</style>
border-color css

<style>
 span { border-color: #0AA2B8; }

 span { border-color: rgb(10,162,184); }

 td.TdClassName
 {
   border-color: #0AA2B8;
 }
 .TagClassName
 {
   border-color: #0AA2B8;
 }
</style>