#0CA5B4

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

Shades of Bondi Blue #0CA5B4

Tints of Bondi Blue #0CA5B4

Color information

#0CA5B4 (or 0x0CA5B4) is unknown color: approx Bondi Blue. HEX triplet: 0C, A5 and B4. RGB value is (12,165,180). Sum of RGB (Red+Green+Blue) = 12+165+180=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #0CA5B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA5B4 is #F35A4B. Grayscale: #787878. Windows color (decimal): -15948364 or 11838732. OLE color: 11838732.

HSL color Cylindrical-coordinate representation of color #0CA5B4: hue angle of 185.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA5B4 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12165180-
CMYK0.930.0800.29
HSL185.36º87.5%37.65%-
HSV(B)185.36º93.33%70.59%-
XYZ21.8430.2847.87-
YUV120.96161.3150.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.36%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=3.36%
G=46.22%
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.29
SystemRedGreenBlueCMYKHSL
Decimal121651800.930.0800.29185.3687.537.65
HexCA5B45D801Db95826
Octal142452641351003527113046
Binary1100101001011011010010111011000011101101110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,165,180); }

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

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

 a { background-color: rgb(12,165,180); }

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

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

 span { border-color: rgb(12,165,180); }

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