Html Css Color HEX #0C9AAC Bondi Blue

📋 copy color: '#0C9AAC'

red 12 ◦ green 154 ◦ blue 172

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

Shades of Bondi Blue #0C9AAC

Tints of Bondi Blue #0C9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.56%

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 3.55%
G = 45.56%
B = 50.89%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C9AAC (or 0x0C9AAC) is known color: Bondi Blue. HEX triplet: 0C, 9A and AC. RGB value is (12,154,172). Sum of RGB (Red+Green+Blue) = 12+154+172=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C9AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9AAC is #F36553. Grayscale: #717171. Windows color (decimal): -15951188 or 11311628. OLE color: 11311628.

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

Color convert

RGB 12 154 172 -
CMYK 0.93 0.10 0 0.33
HSL 186.75º 0.87% 0.36% -
HSV(B) 186.75º 0.93% 0.67% -
XYZ 19.15 26.17 43.07 -
YUV 113.59 160.96 55.54 -
System Red Green Blue C M Y K H S L
Decimal 12 154 172 0.93 0.10 0 0.33 186.75 0.87 0.36
Hex C 9A AC 5D A 0 21 BB 57 24
Octal 14 232 254 135 12 0 41 273 127 44
Binary 1100 10011010 10101100 1011101 1010 0 100001 10111011 1010111 100100

Color Harmonies of #0C9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9AAC

Black with #0C9AAC

Text Example


Text Example

White with #0C9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,154,172); }

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

background-color css

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

 a { background-color: rgb(12,154,172); }

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

border-color css

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

 span { border-color: rgb(12,154,172); }

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