#0CA5B3

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

Shades of Bondi Blue #0CA5B3

Tints of Bondi Blue #0CA5B3

Color information

#0CA5B3 (or 0x0CA5B3) is unknown color: approx Bondi Blue. HEX triplet: 0C, A5 and B3. RGB value is (12,165,179). Sum of RGB (Red+Green+Blue) = 12+165+179=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #0CA5B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA5B3 is #F35A4C. Grayscale: #787878. Windows color (decimal): -15948365 or 11773196. OLE color: 11773196.

HSL color Cylindrical-coordinate representation of color #0CA5B3: hue angle of 185.03º 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 #0CA5B3 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12165179-
CMYK0.930.0800.30
HSL185.03º87.43%37.45%-
HSV(B)185.03º93.3%70.2%-
XYZ21.7430.2447.34-
YUV120.85160.8150.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.37%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 179 (70.31% from 255) = 50.28%
R=3.37%
G=46.35%
B=50.28%

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
Decimal121651790.930.0800.30185.0387.4337.45
HexCA5B35D801Eb95725
Octal142452631351003627112745
Binary1100101001011011001110111011000011110101110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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