Html Css Color HEX #1DCCEE Deep Sky Blue

📋 copy color: '#1DCCEE'

red 29 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #1DCCEE

Tints of Deep Sky Blue #1DCCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 6.16%
G = 43.31%
B = 50.53%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DCCEE (or 0x1DCCEE) is known color: Deep Sky Blue. HEX triplet: 1D, CC and EE. RGB value is (29,204,238). Sum of RGB (Red+Green+Blue) = 29+204+238=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DCCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCEE is #E23311. Grayscale: #9B9B9B. Windows color (decimal): -14824210 or 15649821. OLE color: 15649821.

HSL color Cylindrical-coordinate representation of color #1DCCEE: hue angle of 189.76º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCCEE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 204 238 -
CMYK 0.88 0.14 0 0.07
HSL 189.76º 0.86% 0.52% -
HSV(B) 189.76º 0.88% 0.93% -
XYZ 37.53 49.62 88.49 -
YUV 155.55 174.52 37.74 -
System Red Green Blue C M Y K H S L
Decimal 29 204 238 0.88 0.14 0 0.07 189.76 0.86 0.52
Hex 1D CC EE 58 E 0 7 BE 56 34
Octal 35 314 356 130 16 0 7 276 126 64
Binary 11101 11001100 11101110 1011000 1110 0 111 10111110 1010110 110100

Color Harmonies of #1DCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCCEE

Black with #1DCCEE

Text Example


Text Example

White with #1DCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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