Html Css Color HEX #1ECCEB Deep Sky Blue

📋 copy color: '#1ECCEB'

red 30 ◦ green 204 ◦ blue 235

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

Shades of Deep Sky Blue #1ECCEB

Tints of Deep Sky Blue #1ECCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 6.4%
G = 43.5%
B = 50.11%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ECCEB (or 0x1ECCEB) is known color: Deep Sky Blue. HEX triplet: 1E, CC and EB. RGB value is (30,204,235). Sum of RGB (Red+Green+Blue) = 30+204+235=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ECCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECCEB is #E13314. Grayscale: #9B9B9B. Windows color (decimal): -14758677 or 15453214. OLE color: 15453214.

HSL color Cylindrical-coordinate representation of color #1ECCEB: hue angle of 189.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECCEB is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 204 235 -
CMYK 0.87 0.13 0 0.08
HSL 189.07º 0.84% 0.52% -
HSV(B) 189.07º 0.87% 0.92% -
XYZ 37.12 49.46 86.19 -
YUV 155.51 172.85 38.48 -
System Red Green Blue C M Y K H S L
Decimal 30 204 235 0.87 0.13 0 0.08 189.07 0.84 0.52
Hex 1E CC EB 57 D 0 8 BD 54 34
Octal 36 314 353 127 15 0 10 275 124 64
Binary 11110 11001100 11101011 1010111 1101 0 1000 10111101 1010100 110100

Color Harmonies of #1ECCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCEB

Black with #1ECCEB

Text Example


Text Example

White with #1ECCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,204,235); }

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

background-color css

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

 a { background-color: rgb(30,204,235); }

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

border-color css

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

 span { border-color: rgb(30,204,235); }

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