Html Css Color HEX #1EDAFE Deep Sky Blue

📋 copy color: '#1EDAFE'

red 30 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #1EDAFE

Tints of Deep Sky Blue #1EDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 5.98%
G = 43.43%
B = 50.6%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EDAFE (or 0x1EDAFE) is known color: Deep Sky Blue. HEX triplet: 1E, DA and FE. RGB value is (30,218,254). Sum of RGB (Red+Green+Blue) = 30+218+254=502 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.98% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDAFE is #E12501. Grayscale: #A5A5A5. Windows color (decimal): -14755074 or 16701982. OLE color: 16701982.

HSL color Cylindrical-coordinate representation of color #1EDAFE: hue angle of 189.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDAFE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 218 254 -
CMYK 0.88 0.14 0 0.00
HSL 189.64º 0.99% 0.56% -
HSV(B) 189.64º 0.88% 1% -
XYZ 43.5 57.57 102.59 -
YUV 165.89 177.72 31.07 -
System Red Green Blue C M Y K H S L
Decimal 30 218 254 0.88 0.14 0 0.00 189.64 0.99 0.56
Hex 1E DA FE 58 E 0 0 BE 63 38
Octal 36 332 376 130 16 0 0 276 143 70
Binary 11110 11011010 11111110 1011000 1110 0 0 10111110 1100011 111000

Color Harmonies of #1EDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAFE

Black with #1EDAFE

Text Example


Text Example

White with #1EDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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