Html Css Color HEX #1DCFEE Deep Sky Blue

📋 copy color: '#1DCFEE'

red 29 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #1DCFEE

Tints of Deep Sky Blue #1DCFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

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

R = 6.12%
G = 43.67%
B = 50.21%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DCFEE (or 0x1DCFEE) is known color: Deep Sky Blue. HEX triplet: 1D, CF and EE. RGB value is (29,207,238). Sum of RGB (Red+Green+Blue) = 29+207+238=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DCFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFEE is #E23011. Grayscale: #9D9D9D. Windows color (decimal): -14823442 or 15650589. OLE color: 15650589.

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

Color convert

RGB 29 207 238 -
CMYK 0.88 0.13 0 0.07
HSL 188.9º 0.86% 0.52% -
HSV(B) 188.9º 0.88% 0.93% -
XYZ 38.25 51.06 88.73 -
YUV 157.31 173.53 36.48 -
System Red Green Blue C M Y K H S L
Decimal 29 207 238 0.88 0.13 0 0.07 188.9 0.86 0.52
Hex 1D CF EE 58 D 0 7 BD 56 34
Octal 35 317 356 130 15 0 7 275 126 64
Binary 11101 11001111 11101110 1011000 1101 0 111 10111101 1010110 110100

Color Harmonies of #1DCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCFEE

Black with #1DCFEE

Text Example


Text Example

White with #1DCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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