#0E98AA

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

Shades of Bondi Blue #0E98AA

Tints of Bondi Blue #0E98AA

Color information

#0E98AA (or 0x0E98AA) is unknown color: approx Bondi Blue. HEX triplet: 0E, 98 and AA. RGB value is (14,152,170). Sum of RGB (Red+Green+Blue) = 14+152+170=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E98AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E98AA is #F16755. Grayscale: #707070. Windows color (decimal): -15820630 or 11180046. OLE color: 11180046.

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

Color convert

RGB14152170-
CMYK0.920.1100.33
HSL186.92º84.78%36.08%-
HSV(B)186.92º91.76%66.67%-
XYZ18.6725.4541.96-
YUV112.79160.2857.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.17%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=4.17%
G=45.24%
B=50.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141521700.920.1100.33186.9284.7836.08
HexE98AA5CB021bb5524
Octal162302521341304127312544
Binary11101001100010101010101110010110100001101110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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