Html Css Color HEX #0EDCFC Deep Sky Blue

📋 copy color: '#0EDCFC'

red 14 ◦ green 220 ◦ blue 252

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

Shades of Deep Sky Blue #0EDCFC

Tints of Deep Sky Blue #0EDCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 2.88%
G = 45.27%
B = 51.85%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0EDCFC (or 0x0EDCFC) is known color: Deep Sky Blue. HEX triplet: 0E, DC and FC. RGB value is (14,220,252). Sum of RGB (Red+Green+Blue) = 14+220+252=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EDCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDCFC is #F12303. Grayscale: #A1A1A1. Windows color (decimal): -15803140 or 16571406. OLE color: 16571406.

HSL color Cylindrical-coordinate representation of color #0EDCFC: hue angle of 188.07º 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 #0EDCFC is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 220 252 -
CMYK 0.94 0.13 0 0.01
HSL 188.07º 0.98% 0.52% -
HSV(B) 188.07º 0.94% 0.99% -
XYZ 43.34 58.31 101.07 -
YUV 162.05 178.75 22.4 -
System Red Green Blue C M Y K H S L
Decimal 14 220 252 0.94 0.13 0 0.01 188.07 0.98 0.52
Hex E DC FC 5E D 0 1 BC 62 34
Octal 16 334 374 136 15 0 1 274 142 64
Binary 1110 11011100 11111100 1011110 1101 0 1 10111100 1100010 110100

Color Harmonies of #0EDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCFC

Black with #0EDCFC

Text Example


Text Example

White with #0EDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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