Html Css Color HEX #0E9EAF Bondi Blue

📋 copy color: '#0E9EAF'

red 14 ◦ green 158 ◦ blue 175

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

Shades of Bondi Blue #0E9EAF

Tints of Bondi Blue #0E9EAF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.53%

 BLUE value IS 175 (68.75% from 255) = 50.43%

R = 4.03%
G = 45.53%
B = 50.43%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0E9EAF (or 0x0E9EAF) is known color: Bondi Blue. HEX triplet: 0E, 9E and AF. RGB value is (14,158,175). Sum of RGB (Red+Green+Blue) = 14+158+175=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E9EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9EAF is #F16150. Grayscale: #747474. Windows color (decimal): -15819089 or 11509262. OLE color: 11509262.

HSL color Cylindrical-coordinate representation of color #0E9EAF: hue angle of 186.34º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E9EAF is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 158 175 -
CMYK 0.92 0.10 0 0.31
HSL 186.34º 0.85% 0.37% -
HSV(B) 186.34º 0.92% 0.69% -
XYZ 20.15 27.64 44.83 -
YUV 116.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 14 158 175 0.92 0.10 0 0.31 186.34 0.85 0.37
Hex E 9E AF 5C A 0 1F BA 55 25
Octal 16 236 257 134 12 0 37 272 125 45
Binary 1110 10011110 10101111 1011100 1010 0 11111 10111010 1010101 100101

Color Harmonies of #0E9EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9EAF

Black with #0E9EAF

Text Example


Text Example

White with #0E9EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,158,175); }

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

background-color css

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

 a { background-color: rgb(14,158,175); }

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

border-color css

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

 span { border-color: rgb(14,158,175); }

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