#1DB8FE

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

Shades of Deep Sky Blue #1DB8FE

Tints of Deep Sky Blue #1DB8FE

Color information

#1DB8FE (or 0x1DB8FE) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, B8 and FE. RGB value is (29,184,254). Sum of RGB (Red+Green+Blue) = 29+184+254=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DB8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB8FE is #E24701. Grayscale: #919191. Windows color (decimal): -14829314 or 16693277. OLE color: 16693277.

HSL color Cylindrical-coordinate representation of color #1DB8FE: hue angle of 198.67º 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 #1DB8FE is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB29184254-
CMYK0.890.2800.00
HSL198.67º99.12%55.49%-
HSV(B)198.67º88.58%99.61%-
XYZ35.5441.799.94-
YUV145.64189.1544.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.21%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 254 (99.61% from 255) = 54.39%
R=6.21%
G=39.40%
B=54.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal291842540.890.2800.00198.6799.1255.49
Hex1DB8FE591C00c76337
Octal35270376131340030714367
Binary11101101110001111111010110011110000110001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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