Html Css Color HEX #1ED6FC Deep Sky Blue

📋 copy color: '#1ED6FC'

red 30 ◦ green 214 ◦ blue 252

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

Shades of Deep Sky Blue #1ED6FC

Tints of Deep Sky Blue #1ED6FC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

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

R = 6.05%
G = 43.15%
B = 50.81%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1ED6FC (or 0x1ED6FC) is known color: Deep Sky Blue. HEX triplet: 1E, D6 and FC. RGB value is (30,214,252). Sum of RGB (Red+Green+Blue) = 30+214+252=496 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.05% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ED6FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED6FC is #E12903. Grayscale: #A2A2A2. Windows color (decimal): -14756100 or 16569886. OLE color: 16569886.

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

Color convert

RGB 30 214 252 -
CMYK 0.88 0.15 0 0.01
HSL 190.27º 0.97% 0.55% -
HSV(B) 190.27º 0.88% 0.99% -
XYZ 42.15 55.4 100.57 -
YUV 163.32 178.04 32.91 -
System Red Green Blue C M Y K H S L
Decimal 30 214 252 0.88 0.15 0 0.01 190.27 0.97 0.55
Hex 1E D6 FC 58 F 0 1 BE 61 37
Octal 36 326 374 130 17 0 1 276 141 67
Binary 11110 11010110 11111100 1011000 1111 0 1 10111110 1100001 110111

Color Harmonies of #1ED6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6FC

Black with #1ED6FC

Text Example


Text Example

White with #1ED6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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