#0C91BE

Color #0C91BE Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0C91BE

Tints of Bondi Blue #0C91BE

Color information

#0C91BE (or 0x0C91BE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 91 and BE. RGB value is (12,145,190). Sum of RGB (Red+Green+Blue) = 12+145+190=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C91BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C91BE is #F36E41. Grayscale: #6E6E6E. Windows color (decimal): -15953474 or 12488972. OLE color: 12488972.

HSL color Cylindrical-coordinate representation of color #0C91BE: hue angle of 195.17º 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 #0C91BE is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12145190-
CMYK0.940.2400.25
HSL195.17º88.12%39.61%-
HSV(B)195.17º93.68%74.51%-
XYZ19.5724.0552.33-
YUV110.36172.9457.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.46%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=3.46%
G=41.79%
B=54.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121451900.940.2400.25195.1788.1239.61
HexC91BE5E18019c35828
Octal142212761363003130313050
Binary11001001000110111110101111011000011001110000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C91BE;
 }
 .AnyTagClassName
 {
   color: #0C91BE;
 }
</style>
background-color css

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

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

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

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

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

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