Html Css Color HEX #1DCCFD Deep Sky Blue

📋 copy color: '#1DCCFD'

red 29 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #1DCCFD

Tints of Deep Sky Blue #1DCCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.98%

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 5.97%
G = 41.98%
B = 52.06%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DCCFD (or 0x1DCCFD) is known color: Deep Sky Blue. HEX triplet: 1D, CC and FD. RGB value is (29,204,253). Sum of RGB (Red+Green+Blue) = 29+204+253=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCFD is #E23302. Grayscale: #9C9C9C. Windows color (decimal): -14824195 or 16632861. OLE color: 16632861.

HSL color Cylindrical-coordinate representation of color #1DCCFD: hue angle of 193.12º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DCCFD is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 204 253 -
CMYK 0.89 0.19 0 0.01
HSL 193.13º 0.98% 0.55% -
HSV(B) 193.13º 0.89% 0.99% -
XYZ 39.83 50.54 100.58 -
YUV 157.26 182.02 36.52 -
System Red Green Blue C M Y K H S L
Decimal 29 204 253 0.89 0.19 0 0.01 193.13 0.98 0.55
Hex 1D CC FD 59 13 0 1 C1 62 37
Octal 35 314 375 131 23 0 1 301 142 67
Binary 11101 11001100 11111101 1011001 10011 0 1 11000001 1100010 110111

Color Harmonies of #1DCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCFD

Black with #1DCCFD

Text Example


Text Example

White with #1DCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,253); }

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

background-color css

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

 a { background-color: rgb(29,204,253); }

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

border-color css

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

 span { border-color: rgb(29,204,253); }

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