Html Css Color HEX #1ED4FC Deep Sky Blue

📋 copy color: '#1ED4FC'

red 30 ◦ green 212 ◦ blue 252

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

Shades of Deep Sky Blue #1ED4FC

Tints of Deep Sky Blue #1ED4FC

RGB

 RED value IS 30 (12.11% from 255) = 6.07%

 GREEN value IS 212 (83.2% from 255) = 42.91%

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

R = 6.07%
G = 42.91%
B = 51.01%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1ED4FC (or 0x1ED4FC) is known color: Deep Sky Blue. HEX triplet: 1E, D4 and FC. RGB value is (30,212,252). Sum of RGB (Red+Green+Blue) = 30+212+252=494 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.07% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ED4FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED4FC is #E12B03. Grayscale: #A1A1A1. Windows color (decimal): -14756612 or 16569374. OLE color: 16569374.

HSL color Cylindrical-coordinate representation of color #1ED4FC: hue angle of 190.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED4FC is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 212 252 -
CMYK 0.88 0.16 0 0.01
HSL 190.81º 0.97% 0.55% -
HSV(B) 190.81º 0.88% 0.99% -
XYZ 41.65 54.39 100.4 -
YUV 162.14 178.7 33.75 -
System Red Green Blue C M Y K H S L
Decimal 30 212 252 0.88 0.16 0 0.01 190.81 0.97 0.55
Hex 1E D4 FC 58 10 0 1 BF 61 37
Octal 36 324 374 130 20 0 1 277 141 67
Binary 11110 11010100 11111100 1011000 10000 0 1 10111111 1100001 110111

Color Harmonies of #1ED4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED4FC

Black with #1ED4FC

Text Example


Text Example

White with #1ED4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ED4FC; }

 p { color: rgb(30,212,252); }

 H1.HeaderClassName
 {
   color: #1ED4FC;
 }
 .AnyTagClassName
 {
   color: #1ED4FC;
 }
</style>

background-color css

<style>
 a { background-color: #1ED4FC; }

 a { background-color: rgb(30,212,252); }

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

border-color css

<style>
 span { border-color: #1ED4FC; }

 span { border-color: rgb(30,212,252); }

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