Html Css Color HEX #0EADFC Deep Sky Blue

📋 copy color: '#0EADFC'

red 14 ◦ green 173 ◦ blue 252

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

Shades of Deep Sky Blue #0EADFC

Tints of Deep Sky Blue #0EADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 3.19%
G = 39.41%
B = 57.4%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EADFC (or 0x0EADFC) is known color: Deep Sky Blue. HEX triplet: 0E, AD and FC. RGB value is (14,173,252). Sum of RGB (Red+Green+Blue) = 14+173+252=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EADFC is #F15203. Grayscale: #858585. Windows color (decimal): -15815172 or 16559374. OLE color: 16559374.

HSL color Cylindrical-coordinate representation of color #0EADFC: hue angle of 199.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EADFC is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 173 252 -
CMYK 0.94 0.31 0 0.01
HSL 199.92º 0.98% 0.52% -
HSV(B) 199.92º 0.94% 0.99% -
XYZ 32.7 37.01 97.52 -
YUV 134.47 194.32 42.08 -
System Red Green Blue C M Y K H S L
Decimal 14 173 252 0.94 0.31 0 0.01 199.92 0.98 0.52
Hex E AD FC 5E 1F 0 1 C8 62 34
Octal 16 255 374 136 37 0 1 310 142 64
Binary 1110 10101101 11111100 1011110 11111 0 1 11001000 1100010 110100

Color Harmonies of #0EADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EADFC

Black with #0EADFC

Text Example


Text Example

White with #0EADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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