Html Css Color HEX #0E99AC Bondi Blue

📋 copy color: '#0E99AC'

red 14 ◦ green 153 ◦ blue 172

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

Shades of Bondi Blue #0E99AC

Tints of Bondi Blue #0E99AC

RGB

 RED value IS 14 (5.86% from 255) = 4.13%

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 4.13%
G = 45.13%
B = 50.74%

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

#0E99AC (or 0x0E99AC) is known color: Bondi Blue. HEX triplet: 0E, 99 and AC. RGB value is (14,153,172). Sum of RGB (Red+Green+Blue) = 14+153+172=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E99AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E99AC is #F16653. Grayscale: #717171. Windows color (decimal): -15820372 or 11311374. OLE color: 11311374.

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

Color convert

RGB 14 153 172 -
CMYK 0.92 0.11 0 0.33
HSL 187.22º 0.85% 0.36% -
HSV(B) 187.22º 0.92% 0.67% -
XYZ 19.02 25.85 43.02 -
YUV 113.61 160.95 56.96 -
System Red Green Blue C M Y K H S L
Decimal 14 153 172 0.92 0.11 0 0.33 187.22 0.85 0.36
Hex E 99 AC 5C B 0 21 BB 55 24
Octal 16 231 254 134 13 0 41 273 125 44
Binary 1110 10011001 10101100 1011100 1011 0 100001 10111011 1010101 100100

Color Harmonies of #0E99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E99AC

Black with #0E99AC

Text Example


Text Example

White with #0E99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,153,172); }

 H1.HeaderClassName
 {
   color: #0E99AC;
 }
 .AnyTagClassName
 {
   color: #0E99AC;
 }
</style>

background-color css

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

 a { background-color: rgb(14,153,172); }

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

border-color css

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

 span { border-color: rgb(14,153,172); }

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