Html Css Color HEX #1EC0FB Deep Sky Blue

📋 copy color: '#1EC0FB'

red 30 ◦ green 192 ◦ blue 251

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

Shades of Deep Sky Blue #1EC0FB

Tints of Deep Sky Blue #1EC0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 6.34%
G = 40.59%
B = 53.07%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EC0FB (or 0x1EC0FB) is known color: Deep Sky Blue. HEX triplet: 1E, C0 and FB. RGB value is (30,192,251). Sum of RGB (Red+Green+Blue) = 30+192+251=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EC0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC0FB is #E13F04. Grayscale: #959595. Windows color (decimal): -14761733 or 16498718. OLE color: 16498718.

HSL color Cylindrical-coordinate representation of color #1EC0FB: hue angle of 196.02º degrees, saturation: 0.97, 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 #1EC0FB is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 192 251 -
CMYK 0.88 0.24 0 0.02
HSL 196.02º 0.97% 0.55% -
HSV(B) 196.02º 0.88% 0.98% -
XYZ 36.8 44.94 98 -
YUV 150.29 184.83 42.2 -
System Red Green Blue C M Y K H S L
Decimal 30 192 251 0.88 0.24 0 0.02 196.02 0.97 0.55
Hex 1E C0 FB 58 18 0 2 C4 61 37
Octal 36 300 373 130 30 0 2 304 141 67
Binary 11110 11000000 11111011 1011000 11000 0 10 11000100 1100001 110111

Color Harmonies of #1EC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC0FB

Black with #1EC0FB

Text Example


Text Example

White with #1EC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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