#0E9ABC

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

Shades of Bondi Blue #0E9ABC

Tints of Bondi Blue #0E9ABC

Color information

#0E9ABC (or 0x0E9ABC) is unknown color: approx Bondi Blue. HEX triplet: 0E, 9A and BC. RGB value is (14,154,188). Sum of RGB (Red+Green+Blue) = 14+154+188=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E9ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9ABC is #F16543. Grayscale: #737373. Windows color (decimal): -15820100 or 12360206. OLE color: 12360206.

HSL color Cylindrical-coordinate representation of color #0E9ABC: hue angle of 191.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E9ABC is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14154188-
CMYK0.930.1800.26
HSL191.72º86.14%39.61%-
HSV(B)191.72º92.55%73.73%-
XYZ20.8126.8451.66-
YUV116.02168.6255.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.93%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=3.93%
G=43.26%
B=52.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141541880.930.1800.26191.7286.1439.61
HexE9ABC5D1201Ac05628
Octal162322741352203230012650
Binary11101001101010111100101110110010011010110000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,154,188); }

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

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

 a { background-color: rgb(14,154,188); }

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

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

 span { border-color: rgb(14,154,188); }

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