Html Css Color HEX #1ECAF8 Deep Sky Blue

📋 copy color: '#1ECAF8'

red 30 ◦ green 202 ◦ blue 248

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

Shades of Deep Sky Blue #1ECAF8

Tints of Deep Sky Blue #1ECAF8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 248 (97.27% from 255) = 51.67%

R = 6.25%
G = 42.08%
B = 51.67%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1ECAF8 (or 0x1ECAF8) is known color: Deep Sky Blue. HEX triplet: 1E, CA and F8. RGB value is (30,202,248). Sum of RGB (Red+Green+Blue) = 30+202+248=480 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.25% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #1ECAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAF8 is #E13507. Grayscale: #9B9B9B. Windows color (decimal): -14759176 or 16304670. OLE color: 16304670.

HSL color Cylindrical-coordinate representation of color #1ECAF8: hue angle of 192.66º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECAF8 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 202 248 -
CMYK 0.88 0.19 0 0.03
HSL 192.66º 0.94% 0.55% -
HSV(B) 192.66º 0.88% 0.97% -
XYZ 38.6 49.29 96.29 -
YUV 155.82 180.02 38.26 -
System Red Green Blue C M Y K H S L
Decimal 30 202 248 0.88 0.19 0 0.03 192.66 0.94 0.55
Hex 1E CA F8 58 13 0 3 C1 5E 37
Octal 36 312 370 130 23 0 3 301 136 67
Binary 11110 11001010 11111000 1011000 10011 0 11 11000001 1011110 110111

Color Harmonies of #1ECAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECAF8

Black with #1ECAF8

Text Example


Text Example

White with #1ECAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,202,248); }

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

background-color css

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

 a { background-color: rgb(30,202,248); }

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

border-color css

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

 span { border-color: rgb(30,202,248); }

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