#1EBBFF

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

Shades of Deep Sky Blue #1EBBFF

Tints of Deep Sky Blue #1EBBFF

Color information

#1EBBFF (or 0x1EBBFF) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, BB and FF. RGB value is (30,187,255). Sum of RGB (Red+Green+Blue) = 30+187+255=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBBFF is #E14400. Grayscale: #939393. Windows color (decimal): -14763009 or 16759582. OLE color: 16759582.

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

Color convert

RGB30187255-
CMYK0.880.2700
HSL198.13º100%55.88%-
HSV(B)198.13º88.24%100%-
XYZ36.3643.04101-
YUV147.81188.4943.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.36%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 255 (100% from 255) = 54.03%
R=6.36%
G=39.62%
B=54.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal301872550.880.2700198.1310055.88
Hex1EBBFF581B00c66438
Octal36273377130330030614470
Binary11110101110111111111110110001101100110001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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