#0C90BE

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

Shades of Bondi Blue #0C90BE

Tints of Bondi Blue #0C90BE

Color information

#0C90BE (or 0x0C90BE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 90 and BE. RGB value is (12,144,190). Sum of RGB (Red+Green+Blue) = 12+144+190=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C90BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C90BE is #F36F41. Grayscale: #6D6D6D. Windows color (decimal): -15953730 or 12488716. OLE color: 12488716.

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

Color convert

RGB12144190-
CMYK0.940.2400.25
HSL195.51º88.12%39.61%-
HSV(B)195.51º93.68%74.51%-
XYZ19.4223.7452.27-
YUV109.78173.2758.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.47%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=3.47%
G=41.62%
B=54.91%

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
Decimal121441900.940.2400.25195.5188.1239.61
HexC90BE5E18019c45828
Octal142202761363003130413050
Binary11001001000010111110101111011000011001110001001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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