#0E9AAA

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

Shades of Bondi Blue #0E9AAA

Tints of Bondi Blue #0E9AAA

Color information

#0E9AAA (or 0x0E9AAA) is unknown color: approx Bondi Blue. HEX triplet: 0E, 9A and AA. RGB value is (14,154,170). Sum of RGB (Red+Green+Blue) = 14+154+170=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E9AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9AAA is #F16555. Grayscale: #717171. Windows color (decimal): -15820118 or 11180558. OLE color: 11180558.

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

Color convert

RGB14154170-
CMYK0.920.0900.33
HSL186.15º84.78%36.08%-
HSV(B)186.15º91.76%66.67%-
XYZ18.9926.1142.07-
YUV113.96159.6256.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.14%
GREEN value IS 154 (60.55% from 255) = 45.56%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=4.14%
G=45.56%
B=50.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141541700.920.0900.33186.1584.7836.08
HexE9AAA5C9021ba5524
Octal162322521341104127212544
Binary11101001101010101010101110010010100001101110101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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