Html Css Color HEX #1DC2F5 Deep Sky Blue

📋 copy color: '#1DC2F5'

red 29 ◦ green 194 ◦ blue 245

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

Shades of Deep Sky Blue #1DC2F5

Tints of Deep Sky Blue #1DC2F5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 245 (96.09% from 255) = 52.35%

R = 6.2%
G = 41.45%
B = 52.35%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1DC2F5 (or 0x1DC2F5) is known color: Deep Sky Blue. HEX triplet: 1D, C2 and F5. RGB value is (29,194,245). Sum of RGB (Red+Green+Blue) = 29+194+245=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #1DC2F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC2F5 is #E23D0A. Grayscale: #969696. Windows color (decimal): -14826763 or 16106013. OLE color: 16106013.

HSL color Cylindrical-coordinate representation of color #1DC2F5: hue angle of 194.17º 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 #1DC2F5 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 29 194 245 -
CMYK 0.88 0.21 0 0.04
HSL 194.17º 0.92% 0.54% -
HSV(B) 194.17º 0.88% 0.96% -
XYZ 36.28 45.44 93.24 -
YUV 150.48 181.34 41.35 -
System Red Green Blue C M Y K H S L
Decimal 29 194 245 0.88 0.21 0 0.04 194.17 0.92 0.54
Hex 1D C2 F5 58 15 0 4 C2 5C 36
Octal 35 302 365 130 25 0 4 302 134 66
Binary 11101 11000010 11110101 1011000 10101 0 100 11000010 1011100 110110

Color Harmonies of #1DC2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC2F5

Black with #1DC2F5

Text Example


Text Example

White with #1DC2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,194,245); }

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

background-color css

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

 a { background-color: rgb(29,194,245); }

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

border-color css

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

 span { border-color: rgb(29,194,245); }

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