Html Css Color HEX #0E98AA Bondi Blue

📋 copy color: '#0E98AA'

red 14 ◦ green 152 ◦ blue 170

#0E98AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0E98AA

Tints of Bondi Blue #0E98AA

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.8% from 255) = 50.6%

R = 4.17%
G = 45.24%
B = 50.6%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E98AA (or 0x0E98AA) is known color: 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

RGB 14 152 170 -
CMYK 0.92 0.11 0 0.33
HSL 186.92º 0.85% 0.36% -
HSV(B) 186.92º 0.92% 0.67% -
XYZ 18.67 25.45 41.96 -
YUV 112.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 14 152 170 0.92 0.11 0 0.33 186.92 0.85 0.36
Hex E 98 AA 5C B 0 21 BB 55 24
Octal 16 230 252 134 13 0 41 273 125 44
Binary 1110 10011000 10101010 1011100 1011 0 100001 10111011 1010101 100100

Color Harmonies of #0E98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E98AA

Black with #0E98AA

Text Example


Text Example

White with #0E98AA

Text Example


Text Example

HTML Codes & Css Web 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>