Html Css Color HEX #1EDAFD Deep Sky Blue

📋 copy color: '#1EDAFD'

red 30 ◦ green 218 ◦ blue 253

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

Shades of Deep Sky Blue #1EDAFD

Tints of Deep Sky Blue #1EDAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 5.99%
G = 43.51%
B = 50.5%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1EDAFD (or 0x1EDAFD) is known color: Deep Sky Blue. HEX triplet: 1E, DA and FD. RGB value is (30,218,253). Sum of RGB (Red+Green+Blue) = 30+218+253=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EDAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDAFD is #E12502. Grayscale: #A5A5A5. Windows color (decimal): -14755075 or 16636446. OLE color: 16636446.

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

Color convert

RGB 30 218 253 -
CMYK 0.88 0.14 0 0.01
HSL 189.42º 0.98% 0.55% -
HSV(B) 189.42º 0.88% 0.99% -
XYZ 43.34 57.51 101.75 -
YUV 165.78 177.22 31.15 -
System Red Green Blue C M Y K H S L
Decimal 30 218 253 0.88 0.14 0 0.01 189.42 0.98 0.55
Hex 1E DA FD 58 E 0 1 BD 62 37
Octal 36 332 375 130 16 0 1 275 142 67
Binary 11110 11011010 11111101 1011000 1110 0 1 10111101 1100010 110111

Color Harmonies of #1EDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAFD

Black with #1EDAFD

Text Example


Text Example

White with #1EDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,253); }

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

background-color css

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

 a { background-color: rgb(30,218,253); }

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

border-color css

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

 span { border-color: rgb(30,218,253); }

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