#0E98AB

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

Shades of Bondi Blue #0E98AB

Tints of Bondi Blue #0E98AB

Color information

#0E98AB (or 0x0E98AB) is unknown color: approx Bondi Blue. HEX triplet: 0E, 98 and AB. RGB value is (14,152,171). Sum of RGB (Red+Green+Blue) = 14+152+171=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E98AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E98AB is #F16754. Grayscale: #707070. Windows color (decimal): -15820629 or 11245582. OLE color: 11245582.

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

Color convert

RGB14152171-
CMYK0.920.1100.33
HSL187.26º84.86%36.27%-
HSV(B)187.26º91.81%67.06%-
XYZ18.7625.4942.46-
YUV112.9160.7857.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.15%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=4.15%
G=45.10%
B=50.74%

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
Decimal141521710.920.1100.33187.2684.8636.27
HexE98AB5CB021bb5524
Octal162302531341304127312544
Binary11101001100010101011101110010110100001101110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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