#1DB5FF

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

Shades of Deep Sky Blue #1DB5FF

Tints of Deep Sky Blue #1DB5FF

Color information

#1DB5FF (or 0x1DB5FF) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, B5 and FF. RGB value is (29,181,255). Sum of RGB (Red+Green+Blue) = 29+181+255=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DB5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB5FF is #E24A00. Grayscale: #8F8F8F. Windows color (decimal): -14830081 or 16758045. OLE color: 16758045.

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

Color convert

RGB29181255-
CMYK0.890.2900
HSL199.65º100%55.69%-
HSV(B)199.65º88.63%100%-
XYZ35.0840.53100.58-
YUV143.99190.6445.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.24%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 255 (100% from 255) = 54.84%
R=6.24%
G=38.92%
B=54.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal291812550.890.2900199.6510055.69
Hex1DB5FF591D00c86438
Octal35265377131350031014470
Binary11101101101011111111110110011110100110010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,181,255); }

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

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

 a { background-color: rgb(29,181,255); }

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

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

 span { border-color: rgb(29,181,255); }

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