Html Css Color HEX #0EADFF Deep Sky Blue

📋 copy color: '#0EADFF'

red 14 ◦ green 173 ◦ blue 255

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

Shades of Deep Sky Blue #0EADFF

Tints of Deep Sky Blue #0EADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 3.17%
G = 39.14%
B = 57.69%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EADFF (or 0x0EADFF) is known color: Deep Sky Blue. HEX triplet: 0E, AD and FF. RGB value is (14,173,255). Sum of RGB (Red+Green+Blue) = 14+173+255=442 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EADFF is #F15200. Grayscale: #868686. Windows color (decimal): -15815169 or 16755982. OLE color: 16755982.

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

Color convert

RGB 14 173 255 -
CMYK 0.95 0.32 0 0
HSL 200.41º 1% 0.53% -
HSV(B) 200.41º 0.95% 1% -
XYZ 33.17 37.2 100.04 -
YUV 134.81 195.82 41.83 -
System Red Green Blue C M Y K H S L
Decimal 14 173 255 0.95 0.32 0 0 200.41 1 0.53
Hex E AD FF 5F 20 0 0 C8 64 35
Octal 16 255 377 137 40 0 0 310 144 65
Binary 1110 10101101 11111111 1011111 100000 0 0 11001000 1100100 110101

Color Harmonies of #0EADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADFF

Black with #0EADFF

Text Example


Text Example

White with #0EADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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