Html Css Color HEX #1EB6F2 Summer Sky

📋 copy color: '#1EB6F2'

red 30 ◦ green 182 ◦ blue 242

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

Shades of Summer Sky #1EB6F2

Tints of Summer Sky #1EB6F2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

 BLUE value IS 242 (94.92% from 255) = 53.3%

R = 6.61%
G = 40.09%
B = 53.3%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EB6F2 (or 0x1EB6F2) is known color: Summer Sky. HEX triplet: 1E, B6 and F2. RGB value is (30,182,242). Sum of RGB (Red+Green+Blue) = 30+182+242=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EB6F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EB6F2 is #E1490D. Grayscale: #8F8F8F. Windows color (decimal): -14764302 or 15906334. OLE color: 15906334.

HSL color Cylindrical-coordinate representation of color #1EB6F2: hue angle of 196.98º degrees, saturation: 0.89, 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 #1EB6F2 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 182 242 -
CMYK 0.88 0.25 0 0.05
HSL 196.98º 0.89% 0.53% -
HSV(B) 196.98º 0.88% 0.95% -
XYZ 33.29 40.14 90 -
YUV 143.39 183.64 47.12 -
System Red Green Blue C M Y K H S L
Decimal 30 182 242 0.88 0.25 0 0.05 196.98 0.89 0.53
Hex 1E B6 F2 58 19 0 5 C5 59 35
Octal 36 266 362 130 31 0 5 305 131 65
Binary 11110 10110110 11110010 1011000 11001 0 101 11000101 1011001 110101

Color Harmonies of #1EB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB6F2

Black with #1EB6F2

Text Example


Text Example

White with #1EB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,182,242); }

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

background-color css

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

 a { background-color: rgb(30,182,242); }

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

border-color css

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

 span { border-color: rgb(30,182,242); }

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