Html Css Color HEX #1ECCFF Deep Sky Blue

📋 copy color: '#1ECCFF'

red 30 ◦ green 204 ◦ blue 255

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

Shades of Deep Sky Blue #1ECCFF

Tints of Deep Sky Blue #1ECCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 6.13%
G = 41.72%
B = 52.15%

CMYK

 C value IS 0.88

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1ECCFF (or 0x1ECCFF) is known color: Deep Sky Blue. HEX triplet: 1E, CC and FF. RGB value is (30,204,255). Sum of RGB (Red+Green+Blue) = 30+204+255=489 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.13% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ECCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECCFF is #E13300. Grayscale: #9D9D9D. Windows color (decimal): -14758657 or 16763934. OLE color: 16763934.

HSL color Cylindrical-coordinate representation of color #1ECCFF: hue angle of 193.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECCFF is Cyan = 0.88, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 30 204 255 -
CMYK 0.88 0.2 0 0
HSL 193.6º 1% 0.56% -
HSV(B) 193.6º 0.88% 1% -
XYZ 40.18 50.68 102.27 -
YUV 157.79 182.85 36.85 -
System Red Green Blue C M Y K H S L
Decimal 30 204 255 0.88 0.2 0 0 193.6 1 0.56
Hex 1E CC FF 58 14 0 0 C2 64 38
Octal 36 314 377 130 24 0 0 302 144 70
Binary 11110 11001100 11111111 1011000 10100 0 0 11000010 1100100 111000

Color Harmonies of #1ECCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECCFF

Black with #1ECCFF

Text Example


Text Example

White with #1ECCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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