Html Css Color HEX #1ECDEE Deep Sky Blue

📋 copy color: '#1ECDEE'

red 30 ◦ green 205 ◦ blue 238

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

Shades of Deep Sky Blue #1ECDEE

Tints of Deep Sky Blue #1ECDEE

RGB

 RED value IS 30 (12.11% from 255) = 6.34%

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 6.34%
G = 43.34%
B = 50.32%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ECDEE (or 0x1ECDEE) is known color: Deep Sky Blue. HEX triplet: 1E, CD and EE. RGB value is (30,205,238). Sum of RGB (Red+Green+Blue) = 30+205+238=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ECDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECDEE is #E13211. Grayscale: #9C9C9C. Windows color (decimal): -14758418 or 15650078. OLE color: 15650078.

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

Color convert

RGB 30 205 238 -
CMYK 0.87 0.14 0 0.07
HSL 189.52º 0.86% 0.53% -
HSV(B) 189.52º 0.87% 0.93% -
XYZ 37.8 50.11 88.57 -
YUV 156.44 174.02 37.82 -
System Red Green Blue C M Y K H S L
Decimal 30 205 238 0.87 0.14 0 0.07 189.52 0.86 0.53
Hex 1E CD EE 57 E 0 7 BE 56 35
Octal 36 315 356 127 16 0 7 276 126 65
Binary 11110 11001101 11101110 1010111 1110 0 111 10111110 1010110 110101

Color Harmonies of #1ECDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECDEE

Black with #1ECDEE

Text Example


Text Example

White with #1ECDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,205,238); }

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

background-color css

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

 a { background-color: rgb(30,205,238); }

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

border-color css

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

 span { border-color: rgb(30,205,238); }

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