#0E96AA

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

Shades of Bondi Blue #0E96AA

Tints of Bondi Blue #0E96AA

Color information

#0E96AA (or 0x0E96AA) is unknown color: approx Bondi Blue. HEX triplet: 0E, 96 and AA. RGB value is (14,150,170). Sum of RGB (Red+Green+Blue) = 14+150+170=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E96AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E96AA is #F16955. Grayscale: #6F6F6F. Windows color (decimal): -15821142 or 11179534. OLE color: 11179534.

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

Color convert

RGB14150170-
CMYK0.920.1200.33
HSL187.69º84.78%36.08%-
HSV(B)187.69º91.76%66.67%-
XYZ18.3424.8141.85-
YUV111.62160.9458.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.19%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=4.19%
G=44.91%
B=50.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141501700.920.1200.33187.6984.7836.08
HexE96AA5CC021bc5524
Octal162262521341404127412544
Binary11101001011010101010101110011000100001101111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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