#0E94A9

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

Shades of Bondi Blue #0E94A9

Tints of Bondi Blue #0E94A9

Color information

#0E94A9 (or 0x0E94A9) is unknown color: approx Bondi Blue. HEX triplet: 0E, 94 and A9. RGB value is (14,148,169). Sum of RGB (Red+Green+Blue) = 14+148+169=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #0E94A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E94A9 is #F16B56. Grayscale: #6E6E6E. Windows color (decimal): -15821655 or 11113486. OLE color: 11113486.

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

Color convert

RGB14148169-
CMYK0.920.1200.34
HSL188.13º84.7%35.88%-
HSV(B)188.13º91.72%66.27%-
XYZ17.9324.1441.25-
YUV110.33161.1159.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.23%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 169 (66.41% from 255) = 51.06%
R=4.23%
G=44.71%
B=51.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141481690.920.1200.34188.1384.735.88
HexE94A95CC022bc5524
Octal162242511341404227412544
Binary11101001010010101001101110011000100010101111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E94A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,148,169); }

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

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

 a { background-color: rgb(14,148,169); }

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

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

 span { border-color: rgb(14,148,169); }

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