Html Css Color HEX #0C92AA Bondi Blue

📋 copy color: '#0C92AA'

red 12 ◦ green 146 ◦ blue 170

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

Shades of Bondi Blue #0C92AA

Tints of Bondi Blue #0C92AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 3.66%
G = 44.51%
B = 51.83%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C92AA (or 0x0C92AA) is known color: Bondi Blue. HEX triplet: 0C, 92 and AA. RGB value is (12,146,170). Sum of RGB (Red+Green+Blue) = 12+146+170=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C92AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C92AA is #F36D55. Grayscale: #6C6C6C. Windows color (decimal): -15953238 or 11178508. OLE color: 11178508.

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

Color convert

RGB 12 146 170 -
CMYK 0.93 0.14 0 0.33
HSL 189.11º 0.87% 0.36% -
HSV(B) 189.11º 0.93% 0.67% -
XYZ 17.69 23.54 41.64 -
YUV 108.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 12 146 170 0.93 0.14 0 0.33 189.11 0.87 0.36
Hex C 92 AA 5D E 0 21 BD 57 24
Octal 14 222 252 135 16 0 41 275 127 44
Binary 1100 10010010 10101010 1011101 1110 0 100001 10111101 1010111 100100

Color Harmonies of #0C92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C92AA

Black with #0C92AA

Text Example


Text Example

White with #0C92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,146,170); }

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

background-color css

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

 a { background-color: rgb(12,146,170); }

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

border-color css

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

 span { border-color: rgb(12,146,170); }

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