#1EBBF9

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

Shades of Deep Sky Blue #1EBBF9

Tints of Deep Sky Blue #1EBBF9

Color information

#1EBBF9 (or 0x1EBBF9) is unknown color: approx Deep Sky Blue. HEX triplet: 1E, BB and F9. RGB value is (30,187,249). Sum of RGB (Red+Green+Blue) = 30+187+249=466 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.44% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EBBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBBF9 is #E14406. Grayscale: #929292. Windows color (decimal): -14763015 or 16366366. OLE color: 16366366.

HSL color Cylindrical-coordinate representation of color #1EBBF9: hue angle of 196.99º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBBF9 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB30187249-
CMYK0.880.2500.02
HSL196.99º94.81%54.71%-
HSV(B)196.99º87.95%97.65%-
XYZ35.442.6695.99-
YUV147.12185.4944.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.44%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 249 (97.66% from 255) = 53.43%
R=6.44%
G=40.13%
B=53.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal301872490.880.2500.02196.9994.8154.71
Hex1EBBF9581902c55f37
Octal36273371130310230513767
Binary111101011101111111001101100011001010110001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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