#0E9FAD

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

Shades of Bondi Blue #0E9FAD

Tints of Bondi Blue #0E9FAD

Color information

#0E9FAD (or 0x0E9FAD) is unknown color: approx Bondi Blue. HEX triplet: 0E, 9F and AD. RGB value is (14,159,173). Sum of RGB (Red+Green+Blue) = 14+159+173=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E9FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9FAD is #F16052. Grayscale: #757575. Windows color (decimal): -15818835 or 11378446. OLE color: 11378446.

HSL color Cylindrical-coordinate representation of color #0E9FAD: hue angle of 185.28º 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 #0E9FAD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14159173-
CMYK0.920.0800.32
HSL185.28º85.03%36.67%-
HSV(B)185.28º91.91%67.84%-
XYZ20.1227.9143.86-
YUV117.24159.4654.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.05%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 173 (67.97% from 255) = 50%
R=4.05%
G=45.95%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141591730.920.0800.32185.2885.0336.67
HexE9FAD5C8020b95525
Octal162372551341004027112545
Binary11101001111110101101101110010000100000101110011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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