Html Css Color HEX #0C92AC Bondi Blue

📋 copy color: '#0C92AC'

red 12 ◦ green 146 ◦ blue 172

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

Shades of Bondi Blue #0C92AC

Tints of Bondi Blue #0C92AC

RGB

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

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

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

R = 3.64%
G = 44.24%
B = 52.12%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C92AC (or 0x0C92AC) is known color: Bondi Blue. HEX triplet: 0C, 92 and AC. RGB value is (12,146,172). Sum of RGB (Red+Green+Blue) = 12+146+172=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C92AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C92AC is #F36D53. Grayscale: #6C6C6C. Windows color (decimal): -15953236 or 11309580. OLE color: 11309580.

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

Color convert

RGB 12 146 172 -
CMYK 0.93 0.15 0 0.33
HSL 189.75º 0.87% 0.36% -
HSV(B) 189.75º 0.93% 0.67% -
XYZ 17.88 23.61 42.65 -
YUV 108.9 163.61 58.89 -
System Red Green Blue C M Y K H S L
Decimal 12 146 172 0.93 0.15 0 0.33 189.75 0.87 0.36
Hex C 92 AC 5D F 0 21 BE 57 24
Octal 14 222 254 135 17 0 41 276 127 44
Binary 1100 10010010 10101100 1011101 1111 0 100001 10111110 1010111 100100

Color Harmonies of #0C92AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C92AC

Black with #0C92AC

Text Example


Text Example

White with #0C92AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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