Html Css Color HEX #0C9DAE Bondi Blue

📋 copy color: '#0C9DAE'

red 12 ◦ green 157 ◦ blue 174

#0C9DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0C9DAE

Tints of Bondi Blue #0C9DAE

RGB

 RED value IS 12 (5.08% from 255) = 3.5%

 GREEN value IS 157 (61.72% from 255) = 45.77%

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 3.5%
G = 45.77%
B = 50.73%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C9DAE (or 0x0C9DAE) is known color: Bondi Blue. HEX triplet: 0C, 9D and AE. RGB value is (12,157,174). Sum of RGB (Red+Green+Blue) = 12+157+174=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C9DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9DAE is #F36251. Grayscale: #737373. Windows color (decimal): -15950418 or 11443468. OLE color: 11443468.

HSL color Cylindrical-coordinate representation of color #0C9DAE: hue angle of 186.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C9DAE is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 157 174 -
CMYK 0.93 0.10 0 0.32
HSL 186.3º 0.87% 0.36% -
HSV(B) 186.3º 0.93% 0.68% -
XYZ 19.85 27.25 44.26 -
YUV 115.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 12 157 174 0.93 0.10 0 0.32 186.3 0.87 0.36
Hex C 9D AE 5D A 0 20 BA 57 24
Octal 14 235 256 135 12 0 40 272 127 44
Binary 1100 10011101 10101110 1011101 1010 0 100000 10111010 1010111 100100

Color Harmonies of #0C9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9DAE

Black with #0C9DAE

Text Example


Text Example

White with #0C9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,157,174); }

 H1.HeaderClassName
 {
   color: #0C9DAE;
 }
 .AnyTagClassName
 {
   color: #0C9DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(12,157,174); }

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

border-color css

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

 span { border-color: rgb(12,157,174); }

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