Html Css Color HEX #1ECAF1 Deep Sky Blue

📋 copy color: '#1ECAF1'

red 30 ◦ green 202 ◦ blue 241

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

Shades of Deep Sky Blue #1ECAF1

Tints of Deep Sky Blue #1ECAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.95%

R = 6.34%
G = 42.71%
B = 50.95%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ECAF1 (or 0x1ECAF1) is known color: Deep Sky Blue. HEX triplet: 1E, CA and F1. RGB value is (30,202,241). Sum of RGB (Red+Green+Blue) = 30+202+241=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #1ECAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECAF1 is #E1350E. Grayscale: #9A9A9A. Windows color (decimal): -14759183 or 15845918. OLE color: 15845918.

HSL color Cylindrical-coordinate representation of color #1ECAF1: hue angle of 191.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECAF1 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 202 241 -
CMYK 0.88 0.16 0 0.05
HSL 191.09º 0.88% 0.53% -
HSV(B) 191.09º 0.88% 0.95% -
XYZ 37.53 48.87 90.67 -
YUV 155.02 176.52 38.83 -
System Red Green Blue C M Y K H S L
Decimal 30 202 241 0.88 0.16 0 0.05 191.09 0.88 0.53
Hex 1E CA F1 58 10 0 5 BF 58 35
Octal 36 312 361 130 20 0 5 277 130 65
Binary 11110 11001010 11110001 1011000 10000 0 101 10111111 1011000 110101

Color Harmonies of #1ECAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECAF1

Black with #1ECAF1

Text Example


Text Example

White with #1ECAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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