Html Css Color HEX #1DCDFA Deep Sky Blue

📋 copy color: '#1DCDFA'

red 29 ◦ green 205 ◦ blue 250

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

Shades of Deep Sky Blue #1DCDFA

Tints of Deep Sky Blue #1DCDFA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 5.99%
G = 42.36%
B = 51.65%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DCDFA (or 0x1DCDFA) is known color: Deep Sky Blue. HEX triplet: 1D, CD and FA. RGB value is (29,205,250). Sum of RGB (Red+Green+Blue) = 29+205+250=484 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.99% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DCDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCDFA is #E23205. Grayscale: #9D9D9D. Windows color (decimal): -14823942 or 16436509. OLE color: 16436509.

HSL color Cylindrical-coordinate representation of color #1DCDFA: hue angle of 192.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCDFA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 205 250 -
CMYK 0.88 0.18 0 0.02
HSL 192.22º 0.96% 0.55% -
HSV(B) 192.22º 0.88% 0.98% -
XYZ 39.59 50.83 98.17 -
YUV 157.51 180.19 36.34 -
System Red Green Blue C M Y K H S L
Decimal 29 205 250 0.88 0.18 0 0.02 192.22 0.96 0.55
Hex 1D CD FA 58 12 0 2 C0 60 37
Octal 35 315 372 130 22 0 2 300 140 67
Binary 11101 11001101 11111010 1011000 10010 0 10 11000000 1100000 110111

Color Harmonies of #1DCDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDFA

Black with #1DCDFA

Text Example


Text Example

White with #1DCDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,205,250); }

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

background-color css

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

 a { background-color: rgb(29,205,250); }

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

border-color css

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

 span { border-color: rgb(29,205,250); }

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