#1ebdfd

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

Shades of Deep Sky Blue #1EBDFD

Tints of Deep Sky Blue #1EBDFD

Color information

#1EBDFD (or 0x1EBDFD) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, BD and FD. RGB value is (30,189,253). Sum of RGB (Red+Green+Blue) = 30+189+253=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EBDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBDFD is #E14202. Grayscale: #949494. Windows color (decimal): -14762499 or 16629022. OLE color: 16629022.

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

Color convert

RGB30189253-
CMYK0.880.2500.01
HSL197.22º98.24%55.49%-
HSV(B)197.22º88.14%99.22%-
XYZ36.4643.7699.45-
YUV148.76186.8243.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.36%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=6.36%
G=40.04%
B=53.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal301892530.880.2500.01197.2298.2455.49
Hex1EBDFD581901c56237
Octal36275375130310130514267
Binary11110101111011111110110110001100101110001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ebdfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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