Html Css Color HEX #1DCCFF Deep Sky Blue

📋 copy color: '#1DCCFF'

red 29 ◦ green 204 ◦ blue 255

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

Shades of Deep Sky Blue #1DCCFF

Tints of Deep Sky Blue #1DCCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 5.94%
G = 41.8%
B = 52.25%

CMYK

 C value IS 0.89

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1DCCFF (or 0x1DCCFF) is known color: Deep Sky Blue. HEX triplet: 1D, CC and FF. RGB value is (29,204,255). Sum of RGB (Red+Green+Blue) = 29+204+255=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DCCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCFF is #E23300. Grayscale: #9D9D9D. Windows color (decimal): -14824193 or 16763933. OLE color: 16763933.

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

Color convert

RGB 29 204 255 -
CMYK 0.89 0.2 0 0
HSL 193.54º 1% 0.56% -
HSV(B) 193.54º 0.89% 1% -
XYZ 40.15 50.67 102.27 -
YUV 157.49 183.02 36.35 -
System Red Green Blue C M Y K H S L
Decimal 29 204 255 0.89 0.2 0 0 193.54 1 0.56
Hex 1D CC FF 59 14 0 0 C2 64 38
Octal 35 314 377 131 24 0 0 302 144 70
Binary 11101 11001100 11111111 1011001 10100 0 0 11000010 1100100 111000

Color Harmonies of #1DCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCFF

Black with #1DCCFF

Text Example


Text Example

White with #1DCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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