#1DCAF1

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

Shades of Deep Sky Blue #1DCAF1

Tints of Deep Sky Blue #1DCAF1

Color information

#1DCAF1 (or 0x1DCAF1) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, CA and F1. RGB value is (29,202,241). Sum of RGB (Red+Green+Blue) = 29+202+241=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DCAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAF1 is #E2350E. Grayscale: #9A9A9A. Windows color (decimal): -14824719 or 15845917. OLE color: 15845917.

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

Color convert

RGB29202241-
CMYK0.880.1600.05
HSL191.04º88.33%52.94%-
HSV(B)191.04º87.97%94.51%-
XYZ37.548.8590.67-
YUV154.72176.6938.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.14%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=6.14%
G=42.80%
B=51.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal292022410.880.1600.05191.0488.3352.94
Hex1DCAF1581005bf5835
Octal35312361130200527713065
Binary1110111001010111100011011000100000101101111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,202,241); }

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

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

 a { background-color: rgb(29,202,241); }

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

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

 span { border-color: rgb(29,202,241); }

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