Html Css Color HEX #1EC0FD Deep Sky Blue

📋 copy color: '#1EC0FD'

red 30 ◦ green 192 ◦ blue 253

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

Shades of Deep Sky Blue #1EC0FD

Tints of Deep Sky Blue #1EC0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.42%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 6.32%
G = 40.42%
B = 53.26%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1EC0FD (or 0x1EC0FD) is known color: Deep Sky Blue. HEX triplet: 1E, C0 and FD. RGB value is (30,192,253). Sum of RGB (Red+Green+Blue) = 30+192+253=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #1EC0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC0FD is #E13F02. Grayscale: #969696. Windows color (decimal): -14761731 or 16629790. OLE color: 16629790.

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

Color convert

RGB 30 192 253 -
CMYK 0.88 0.24 0 0.01
HSL 196.41º 0.98% 0.55% -
HSV(B) 196.41º 0.88% 0.99% -
XYZ 37.11 45.07 99.67 -
YUV 150.52 185.83 42.04 -
System Red Green Blue C M Y K H S L
Decimal 30 192 253 0.88 0.24 0 0.01 196.41 0.98 0.55
Hex 1E C0 FD 58 18 0 1 C4 62 37
Octal 36 300 375 130 30 0 1 304 142 67
Binary 11110 11000000 11111101 1011000 11000 0 1 11000100 1100010 110111

Color Harmonies of #1EC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC0FD

Black with #1EC0FD

Text Example


Text Example

White with #1EC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,192,253); }

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

background-color css

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

 a { background-color: rgb(30,192,253); }

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

border-color css

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

 span { border-color: rgb(30,192,253); }

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