#0CA4B3

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

Shades of Bondi Blue #0CA4B3

Tints of Bondi Blue #0CA4B3

Color information

#0CA4B3 (or 0x0CA4B3) is unknown color: approx Bondi Blue. HEX triplet: 0C, A4 and B3. RGB value is (12,164,179). Sum of RGB (Red+Green+Blue) = 12+164+179=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #0CA4B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA4B3 is #F35B4C. Grayscale: #787878. Windows color (decimal): -15948621 or 11772940. OLE color: 11772940.

HSL color Cylindrical-coordinate representation of color #0CA4B3: hue angle of 185.39º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA4B3 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12164179-
CMYK0.930.0800.30
HSL185.39º87.43%37.45%-
HSV(B)185.39º93.3%70.2%-
XYZ21.5629.8847.28-
YUV120.26161.1450.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.38%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=3.38%
G=46.20%
B=50.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121641790.930.0800.30185.3987.4337.45
HexCA4B35D801Eb95725
Octal142442631351003627112745
Binary1100101001001011001110111011000011110101110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,164,179); }

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

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

 a { background-color: rgb(12,164,179); }

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

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

 span { border-color: rgb(12,164,179); }

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