Html Css Color HEX #0E8DAF Bondi Blue

📋 copy color: '#0E8DAF'

red 14 ◦ green 141 ◦ blue 175

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

Shades of Bondi Blue #0E8DAF

Tints of Bondi Blue #0E8DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

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

R = 4.24%
G = 42.73%
B = 53.03%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0E8DAF (or 0x0E8DAF) is known color: Bondi Blue. HEX triplet: 0E, 8D and AF. RGB value is (14,141,175). Sum of RGB (Red+Green+Blue) = 14+141+175=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E8DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8DAF is #F17250. Grayscale: #6A6A6A. Windows color (decimal): -15823441 or 11504910. OLE color: 11504910.

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

Color convert

RGB 14 141 175 -
CMYK 0.92 0.19 0 0.31
HSL 192.67º 0.85% 0.37% -
HSV(B) 192.67º 0.92% 0.69% -
XYZ 17.44 22.24 43.93 -
YUV 106.9 166.42 61.74 -
System Red Green Blue C M Y K H S L
Decimal 14 141 175 0.92 0.19 0 0.31 192.67 0.85 0.37
Hex E 8D AF 5C 13 0 1F C1 55 25
Octal 16 215 257 134 23 0 37 301 125 45
Binary 1110 10001101 10101111 1011100 10011 0 11111 11000001 1010101 100101

Color Harmonies of #0E8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8DAF

Black with #0E8DAF

Text Example


Text Example

White with #0E8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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