Html Css Color HEX #0EADFE Deep Sky Blue

📋 copy color: '#0EADFE'

red 14 ◦ green 173 ◦ blue 254

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

Shades of Deep Sky Blue #0EADFE

Tints of Deep Sky Blue #0EADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 3.17%
G = 39.23%
B = 57.6%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0EADFE (or 0x0EADFE) is known color: Deep Sky Blue. HEX triplet: 0E, AD and FE. RGB value is (14,173,254). Sum of RGB (Red+Green+Blue) = 14+173+254=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EADFE is #F15201. Grayscale: #868686. Windows color (decimal): -15815170 or 16690446. OLE color: 16690446.

HSL color Cylindrical-coordinate representation of color #0EADFE: hue angle of 200.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EADFE is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 173 254 -
CMYK 0.94 0.32 0 0.00
HSL 200.25º 0.99% 0.53% -
HSV(B) 200.25º 0.94% 1% -
XYZ 33.01 37.14 99.19 -
YUV 134.69 195.32 41.91 -
System Red Green Blue C M Y K H S L
Decimal 14 173 254 0.94 0.32 0 0.00 200.25 0.99 0.53
Hex E AD FE 5E 20 0 0 C8 63 35
Octal 16 255 376 136 40 0 0 310 143 65
Binary 1110 10101101 11111110 1011110 100000 0 0 11001000 1100011 110101

Color Harmonies of #0EADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADFE

Black with #0EADFE

Text Example


Text Example

White with #0EADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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