#0E99AB

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

Shades of Bondi Blue #0E99AB

Tints of Bondi Blue #0E99AB

Color information

#0E99AB (or 0x0E99AB) is unknown color: approx Bondi Blue. HEX triplet: 0E, 99 and AB. RGB value is (14,153,171). Sum of RGB (Red+Green+Blue) = 14+153+171=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E99AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E99AB is #F16654. Grayscale: #717171. Windows color (decimal): -15820373 or 11245838. OLE color: 11245838.

HSL color Cylindrical-coordinate representation of color #0E99AB: hue angle of 186.88º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E99AB is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14153171-
CMYK0.920.1100.33
HSL186.88º84.86%36.27%-
HSV(B)186.88º91.81%67.06%-
XYZ18.9225.8242.51-
YUV113.49160.4557.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.14%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=4.14%
G=45.27%
B=50.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141531710.920.1100.33186.8884.8636.27
HexE99AB5CB021bb5524
Octal162312531341304127312544
Binary11101001100110101011101110010110100001101110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,153,171); }

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

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

 a { background-color: rgb(14,153,171); }

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

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

 span { border-color: rgb(14,153,171); }

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