#1DB9FE

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

Shades of Deep Sky Blue #1DB9FE

Tints of Deep Sky Blue #1DB9FE

Color information

#1DB9FE (or 0x1DB9FE) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, B9 and FE. RGB value is (29,185,254). Sum of RGB (Red+Green+Blue) = 29+185+254=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DB9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB9FE is #E24601. Grayscale: #919191. Windows color (decimal): -14829058 or 16693533. OLE color: 16693533.

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

Color convert

RGB29185254-
CMYK0.890.2700.00
HSL198.4º99.12%55.49%-
HSV(B)198.4º88.58%99.61%-
XYZ35.7542.11100.01-
YUV146.22188.8244.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.20%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 254 (99.61% from 255) = 54.27%
R=6.20%
G=39.53%
B=54.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal291852540.890.2700.00198.499.1255.49
Hex1DB9FE591B00c66337
Octal35271376131330030614367
Binary11101101110011111111010110011101100110001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,185,254); }

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

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

 a { background-color: rgb(29,185,254); }

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

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

 span { border-color: rgb(29,185,254); }

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