Html Css Color HEX #1DCCFE Deep Sky Blue

📋 copy color: '#1DCCFE'

red 29 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #1DCCFE

Tints of Deep Sky Blue #1DCCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 5.95%
G = 41.89%
B = 52.16%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DCCFE (or 0x1DCCFE) is known color: Deep Sky Blue. HEX triplet: 1D, CC and FE. RGB value is (29,204,254). Sum of RGB (Red+Green+Blue) = 29+204+254=487 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.95% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DCCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCFE is #E23301. Grayscale: #9D9D9D. Windows color (decimal): -14824194 or 16698397. OLE color: 16698397.

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

Color convert

RGB 29 204 254 -
CMYK 0.89 0.20 0 0.00
HSL 193.33º 0.99% 0.55% -
HSV(B) 193.33º 0.89% 1% -
XYZ 39.99 50.6 101.43 -
YUV 157.38 182.52 36.43 -
System Red Green Blue C M Y K H S L
Decimal 29 204 254 0.89 0.20 0 0.00 193.33 0.99 0.55
Hex 1D CC FE 59 14 0 0 C1 63 37
Octal 35 314 376 131 24 0 0 301 143 67
Binary 11101 11001100 11111110 1011001 10100 0 0 11000001 1100011 110111

Color Harmonies of #1DCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCFE

Black with #1DCCFE

Text Example


Text Example

White with #1DCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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