Html Css Color HEX #1EDAFC Deep Sky Blue

📋 copy color: '#1EDAFC'

red 30 ◦ green 218 ◦ blue 252

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

Shades of Deep Sky Blue #1EDAFC

Tints of Deep Sky Blue #1EDAFC

RGB

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

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

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

R = 6%
G = 43.6%
B = 50.4%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1EDAFC (or 0x1EDAFC) is known color: Deep Sky Blue. HEX triplet: 1E, DA and FC. RGB value is (30,218,252). Sum of RGB (Red+Green+Blue) = 30+218+252=500 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EDAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDAFC is #E12503. Grayscale: #A5A5A5. Windows color (decimal): -14755076 or 16570910. OLE color: 16570910.

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

Color convert

RGB 30 218 252 -
CMYK 0.88 0.13 0 0.01
HSL 189.19º 0.97% 0.55% -
HSV(B) 189.19º 0.88% 0.99% -
XYZ 43.18 57.45 100.91 -
YUV 165.66 176.72 31.24 -
System Red Green Blue C M Y K H S L
Decimal 30 218 252 0.88 0.13 0 0.01 189.19 0.97 0.55
Hex 1E DA FC 58 D 0 1 BD 61 37
Octal 36 332 374 130 15 0 1 275 141 67
Binary 11110 11011010 11111100 1011000 1101 0 1 10111101 1100001 110111

Color Harmonies of #1EDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAFC

Black with #1EDAFC

Text Example


Text Example

White with #1EDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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