Html Css Color HEX #1DCEEF Deep Sky Blue

📋 copy color: '#1DCEEF'

red 29 ◦ green 206 ◦ blue 239

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

Shades of Deep Sky Blue #1DCEEF

Tints of Deep Sky Blue #1DCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 6.12%
G = 43.46%
B = 50.42%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DCEEF (or 0x1DCEEF) is known color: Deep Sky Blue. HEX triplet: 1D, CE and EF. RGB value is (29,206,239). Sum of RGB (Red+Green+Blue) = 29+206+239=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DCEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCEEF is #E23110. Grayscale: #9C9C9C. Windows color (decimal): -14823697 or 15715869. OLE color: 15715869.

HSL color Cylindrical-coordinate representation of color #1DCEEF: hue angle of 189.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCEEF is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 206 239 -
CMYK 0.88 0.14 0 0.06
HSL 189.43º 0.87% 0.53% -
HSV(B) 189.43º 0.88% 0.94% -
XYZ 38.16 50.64 89.42 -
YUV 156.84 174.36 36.82 -
System Red Green Blue C M Y K H S L
Decimal 29 206 239 0.88 0.14 0 0.06 189.43 0.87 0.53
Hex 1D CE EF 58 E 0 6 BD 57 35
Octal 35 316 357 130 16 0 6 275 127 65
Binary 11101 11001110 11101111 1011000 1110 0 110 10111101 1010111 110101

Color Harmonies of #1DCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCEEF

Black with #1DCEEF

Text Example


Text Example

White with #1DCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,206,239); }

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

background-color css

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

 a { background-color: rgb(29,206,239); }

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

border-color css

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

 span { border-color: rgb(29,206,239); }

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