Html Css Color HEX #1ED0FA Deep Sky Blue

📋 copy color: '#1ED0FA'

red 30 ◦ green 208 ◦ blue 250

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

Shades of Deep Sky Blue #1ED0FA

Tints of Deep Sky Blue #1ED0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

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

R = 6.15%
G = 42.62%
B = 51.23%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ED0FA (or 0x1ED0FA) is known color: Deep Sky Blue. HEX triplet: 1E, D0 and FA. RGB value is (30,208,250). Sum of RGB (Red+Green+Blue) = 30+208+250=488 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.15% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ED0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED0FA is #E12F05. Grayscale: #9F9F9F. Windows color (decimal): -14757638 or 16437278. OLE color: 16437278.

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

Color convert

RGB 30 208 250 -
CMYK 0.88 0.17 0 0.02
HSL 191.45º 0.96% 0.55% -
HSV(B) 191.45º 0.88% 0.98% -
XYZ 40.35 52.29 98.41 -
YUV 159.57 179.03 35.58 -
System Red Green Blue C M Y K H S L
Decimal 30 208 250 0.88 0.17 0 0.02 191.45 0.96 0.55
Hex 1E D0 FA 58 11 0 2 BF 60 37
Octal 36 320 372 130 21 0 2 277 140 67
Binary 11110 11010000 11111010 1011000 10001 0 10 10111111 1100000 110111

Color Harmonies of #1ED0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED0FA

Black with #1ED0FA

Text Example


Text Example

White with #1ED0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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