Html Css Color HEX #1DCAF7 Deep Sky Blue

📋 copy color: '#1DCAF7'

red 29 ◦ green 202 ◦ blue 247

#1DCAF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1DCAF7

Tints of Deep Sky Blue #1DCAF7

RGB

 RED value IS 29 (11.72% from 255) = 6.07%

 GREEN value IS 202 (79.3% from 255) = 42.26%

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 6.07%
G = 42.26%
B = 51.67%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1DCAF7 (or 0x1DCAF7) is known color: Deep Sky Blue. HEX triplet: 1D, CA and F7. RGB value is (29,202,247). Sum of RGB (Red+Green+Blue) = 29+202+247=478 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.07% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #1DCAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAF7 is #E23508. Grayscale: #9B9B9B. Windows color (decimal): -14824713 or 16239133. OLE color: 16239133.

HSL color Cylindrical-coordinate representation of color #1DCAF7: hue angle of 192.39º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCAF7 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 202 247 -
CMYK 0.88 0.18 0 0.03
HSL 192.39º 0.93% 0.54% -
HSV(B) 192.39º 0.88% 0.97% -
XYZ 38.42 49.22 95.47 -
YUV 155.4 179.69 37.84 -
System Red Green Blue C M Y K H S L
Decimal 29 202 247 0.88 0.18 0 0.03 192.39 0.93 0.54
Hex 1D CA F7 58 12 0 3 C0 5D 36
Octal 35 312 367 130 22 0 3 300 135 66
Binary 11101 11001010 11110111 1011000 10010 0 11 11000000 1011101 110110

Color Harmonies of #1DCAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCAF7

Black with #1DCAF7

Text Example


Text Example

White with #1DCAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DCAF7;
 }
 .AnyTagClassName
 {
   color: #1DCAF7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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