#1edaff

Color #1EDAFF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #1EDAFF

Tints of Deep Sky Blue #1EDAFF

Color information

#1EDAFF (or 0x1EDAFF) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, DA and FF. RGB value is (30,218,255). Sum of RGB (Red+Green+Blue) = 30+218+255=503 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.96% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDAFF is #E12500. Grayscale: #A5A5A5. Windows color (decimal): -14755073 or 16767518. OLE color: 16767518.

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

Color convert

RGB30218255-
CMYK0.880.1500
HSL189.87º100%55.88%-
HSV(B)189.87º88.24%100%-
XYZ43.6657.64103.43-
YUV166.01178.2230.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.96%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 255 (100% from 255) = 50.70%
R=5.96%
G=43.34%
B=50.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302182550.880.1500189.8710055.88
Hex1EDAFF58F00be6438
Octal36332377130170027614470
Binary1111011011010111111111011000111100101111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1edaff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1edaff;
 }
 .AnyTagClassName
 {
   color: #1edaff;
 }
</style>
background-color css

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

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

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

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

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

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