Html Css Color HEX #0E9FAD Bondi Blue

📋 copy color: '#0E9FAD'

red 14 ◦ green 159 ◦ blue 173

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

Shades of Bondi Blue #0E9FAD

Tints of Bondi Blue #0E9FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 4.05%
G = 45.95%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E9FAD (or 0x0E9FAD) is known color: Bondi Blue. HEX triplet: 0E, 9F and AD. RGB value is (14,159,173). Sum of RGB (Red+Green+Blue) = 14+159+173=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E9FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9FAD is #F16052. Grayscale: #757575. Windows color (decimal): -15818835 or 11378446. OLE color: 11378446.

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

Color convert

RGB 14 159 173 -
CMYK 0.92 0.08 0 0.32
HSL 185.28º 0.85% 0.37% -
HSV(B) 185.28º 0.92% 0.68% -
XYZ 20.12 27.91 43.86 -
YUV 117.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 14 159 173 0.92 0.08 0 0.32 185.28 0.85 0.37
Hex E 9F AD 5C 8 0 20 B9 55 25
Octal 16 237 255 134 10 0 40 271 125 45
Binary 1110 10011111 10101101 1011100 1000 0 100000 10111001 1010101 100101

Color Harmonies of #0E9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FAD

Black with #0E9FAD

Text Example


Text Example

White with #0E9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,159,173); }

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

background-color css

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

 a { background-color: rgb(14,159,173); }

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

border-color css

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

 span { border-color: rgb(14,159,173); }

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