Html Css Color HEX #1EC6FA Deep Sky Blue

📋 copy color: '#1EC6FA'

red 30 ◦ green 198 ◦ blue 250

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

Shades of Deep Sky Blue #1EC6FA

Tints of Deep Sky Blue #1EC6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 6.28%
G = 41.42%
B = 52.3%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EC6FA (or 0x1EC6FA) is known color: Deep Sky Blue. HEX triplet: 1E, C6 and FA. RGB value is (30,198,250). Sum of RGB (Red+Green+Blue) = 30+198+250=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EC6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC6FA is #E13905. Grayscale: #999999. Windows color (decimal): -14760198 or 16434718. OLE color: 16434718.

HSL color Cylindrical-coordinate representation of color #1EC6FA: hue angle of 194.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EC6FA is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 198 250 -
CMYK 0.88 0.21 0 0.02
HSL 194.18º 0.96% 0.55% -
HSV(B) 194.18º 0.88% 0.98% -
XYZ 37.98 47.57 97.62 -
YUV 153.7 182.34 39.77 -
System Red Green Blue C M Y K H S L
Decimal 30 198 250 0.88 0.21 0 0.02 194.18 0.96 0.55
Hex 1E C6 FA 58 15 0 2 C2 60 37
Octal 36 306 372 130 25 0 2 302 140 67
Binary 11110 11000110 11111010 1011000 10101 0 10 11000010 1100000 110111

Color Harmonies of #1EC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC6FA

Black with #1EC6FA

Text Example


Text Example

White with #1EC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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