#1DB8F0

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

Shades of Deep Sky Blue #1DB8F0

Tints of Deep Sky Blue #1DB8F0

Color information

#1DB8F0 (or 0x1DB8F0) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, B8 and F0. RGB value is (29,184,240). Sum of RGB (Red+Green+Blue) = 29+184+240=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DB8F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB8F0 is #E2470F. Grayscale: #8F8F8F. Windows color (decimal): -14829328 or 15775773. OLE color: 15775773.

HSL color Cylindrical-coordinate representation of color #1DB8F0: hue angle of 195.92º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB8F0 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB29184240-
CMYK0.880.2300.06
HSL195.92º87.55%52.75%-
HSV(B)195.92º87.92%94.12%-
XYZ33.3840.8388.56-
YUV144.04182.1545.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.40%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=6.40%
G=40.62%
B=52.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal291842400.880.2300.06195.9287.5552.75
Hex1DB8F0581706c45835
Octal35270360130270630413065
Binary1110110111000111100001011000101110110110001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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