Html Css Color HEX #1EC6FE Deep Sky Blue

📋 copy color: '#1EC6FE'

red 30 ◦ green 198 ◦ blue 254

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

Shades of Deep Sky Blue #1EC6FE

Tints of Deep Sky Blue #1EC6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 6.22%
G = 41.08%
B = 52.7%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EC6FE (or 0x1EC6FE) is known color: Deep Sky Blue. HEX triplet: 1E, C6 and FE. RGB value is (30,198,254). Sum of RGB (Red+Green+Blue) = 30+198+254=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EC6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC6FE is #E13901. Grayscale: #999999. Windows color (decimal): -14760194 or 16696862. OLE color: 16696862.

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

Color convert

RGB 30 198 254 -
CMYK 0.88 0.22 0 0.00
HSL 195º 0.99% 0.56% -
HSV(B) 195º 0.88% 1% -
XYZ 38.62 47.82 100.96 -
YUV 154.15 184.34 39.45 -
System Red Green Blue C M Y K H S L
Decimal 30 198 254 0.88 0.22 0 0.00 195 0.99 0.56
Hex 1E C6 FE 58 16 0 0 C3 63 38
Octal 36 306 376 130 26 0 0 303 143 70
Binary 11110 11000110 11111110 1011000 10110 0 0 11000011 1100011 111000

Color Harmonies of #1EC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC6FE

Black with #1EC6FE

Text Example


Text Example

White with #1EC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,198,254); }

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

background-color css

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

 a { background-color: rgb(30,198,254); }

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

border-color css

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

 span { border-color: rgb(30,198,254); }

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