#1DAFF6

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

Shades of Deep Sky Blue #1DAFF6

Tints of Deep Sky Blue #1DAFF6

Color information

#1DAFF6 (or 0x1DAFF6) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, AF and F6. RGB value is (29,175,246). Sum of RGB (Red+Green+Blue) = 29+175+246=450 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.44% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #1DAFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAFF6 is #E25009. Grayscale: #8B8B8B. Windows color (decimal): -14831626 or 16166685. OLE color: 16166685.

HSL color Cylindrical-coordinate representation of color #1DAFF6: hue angle of 199.63º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DAFF6 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB29175246-
CMYK0.880.2900.04
HSL199.63º92.34%53.92%-
HSV(B)199.63º88.21%96.47%-
XYZ32.4737.5792.73-
YUV139.44188.1349.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.44%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 246 (96.48% from 255) = 54.67%
R=6.44%
G=38.89%
B=54.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal291752460.880.2900.04199.6392.3453.92
Hex1DAFF6581D04c85c36
Octal35257366130350431013466
Binary1110110101111111101101011000111010100110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,175,246); }

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

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

 a { background-color: rgb(29,175,246); }

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

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

 span { border-color: rgb(29,175,246); }

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