Html Css Color HEX #0C92BE Bondi Blue

📋 copy color: '#0C92BE'

red 12 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #0C92BE

Tints of Bondi Blue #0C92BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 3.45%
G = 41.95%
B = 54.6%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C92BE (or 0x0C92BE) is known color: Bondi Blue. HEX triplet: 0C, 92 and BE. RGB value is (12,146,190). Sum of RGB (Red+Green+Blue) = 12+146+190=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C92BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C92BE is #F36D41. Grayscale: #6E6E6E. Windows color (decimal): -15953218 or 12489228. OLE color: 12489228.

HSL color Cylindrical-coordinate representation of color #0C92BE: hue angle of 194.83º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C92BE is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 146 190 -
CMYK 0.94 0.23 0 0.25
HSL 194.83º 0.88% 0.4% -
HSV(B) 194.83º 0.94% 0.75% -
XYZ 19.72 24.35 52.38 -
YUV 110.95 172.61 57.42 -
System Red Green Blue C M Y K H S L
Decimal 12 146 190 0.94 0.23 0 0.25 194.83 0.88 0.4
Hex C 92 BE 5E 17 0 19 C3 58 28
Octal 14 222 276 136 27 0 31 303 130 50
Binary 1100 10010010 10111110 1011110 10111 0 11001 11000011 1011000 101000

Color Harmonies of #0C92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C92BE

Black with #0C92BE

Text Example


Text Example

White with #0C92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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