Html Css Color HEX #1ED2FC Deep Sky Blue

📋 copy color: '#1ED2FC'

red 30 ◦ green 210 ◦ blue 252

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

Shades of Deep Sky Blue #1ED2FC

Tints of Deep Sky Blue #1ED2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

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

R = 6.1%
G = 42.68%
B = 51.22%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1ED2FC (or 0x1ED2FC) is known color: Deep Sky Blue. HEX triplet: 1E, D2 and FC. RGB value is (30,210,252). Sum of RGB (Red+Green+Blue) = 30+210+252=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ED2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED2FC is #E12D03. Grayscale: #A0A0A0. Windows color (decimal): -14757124 or 16568862. OLE color: 16568862.

HSL color Cylindrical-coordinate representation of color #1ED2FC: hue angle of 191.35º 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 #1ED2FC is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 210 252 -
CMYK 0.88 0.17 0 0.01
HSL 191.35º 0.97% 0.55% -
HSV(B) 191.35º 0.88% 0.99% -
XYZ 41.15 53.4 100.23 -
YUV 160.97 179.37 34.58 -
System Red Green Blue C M Y K H S L
Decimal 30 210 252 0.88 0.17 0 0.01 191.35 0.97 0.55
Hex 1E D2 FC 58 11 0 1 BF 61 37
Octal 36 322 374 130 21 0 1 277 141 67
Binary 11110 11010010 11111100 1011000 10001 0 1 10111111 1100001 110111

Color Harmonies of #1ED2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED2FC

Black with #1ED2FC

Text Example


Text Example

White with #1ED2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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