#0E9EAD

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

Shades of Bondi Blue #0E9EAD

Tints of Bondi Blue #0E9EAD

Color information

#0E9EAD (or 0x0E9EAD) is unknown color: approx Bondi Blue. HEX triplet: 0E, 9E and AD. RGB value is (14,158,173). Sum of RGB (Red+Green+Blue) = 14+158+173=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E9EAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9EAD is #F16152. Grayscale: #747474. Windows color (decimal): -15819091 or 11378190. OLE color: 11378190.

HSL color Cylindrical-coordinate representation of color #0E9EAD: hue angle of 185.66º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E9EAD is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14158173-
CMYK0.920.0900.32
HSL185.66º85.03%36.67%-
HSV(B)185.66º91.91%67.84%-
XYZ19.9527.5643.8-
YUV116.65159.7954.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=4.06%
G=45.80%
B=50.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141581730.920.0900.32185.6685.0336.67
HexE9EAD5C9020ba5525
Octal162362551341104027212545
Binary11101001111010101101101110010010100000101110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,158,173); }

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

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

 a { background-color: rgb(14,158,173); }

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

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

 span { border-color: rgb(14,158,173); }

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