#1ebee2

Color #1EBEE2 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1EBEE2

Tints of Summer Sky #1EBEE2

Color information

#1EBEE2 (or 0x1EBEE2) is unknown color: approx Summer Sky. HEX triplet: 1E, BE and E2. RGB value is (30,190,226). Sum of RGB (Red+Green+Blue) = 30+190+226=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 226 (88.67% from 255 or 50.67% from 446); Max value from RGB is 226 - color contains mainly: blue. Hex color #1EBEE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBEE2 is #E1411D. Grayscale: #919191. Windows color (decimal): -14762270 or 14859806. OLE color: 14859806.

HSL color Cylindrical-coordinate representation of color #1EBEE2: hue angle of 191.02º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBEE2 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB30190226-
CMYK0.870.1600.11
HSL191.02º77.17%50.2%-
HSV(B)191.02º86.73%88.63%-
XYZ32.6842.5978.45-
YUV146.26172.9945.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.73%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 226 (88.67% from 255) = 50.67%
R=6.73%
G=42.60%
B=50.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal301902260.870.1600.11191.0277.1750.2
Hex1EBEE257100Bbf4d32
Octal362763421272001327711562
Binary11110101111101110001010101111000001011101111111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ebee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,190,226); }

 H1.HeaderClassName
 {
   color: #1ebee2;
 }
 .AnyTagClassName
 {
   color: #1ebee2;
 }
</style>
background-color css

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

 a { background-color: rgb(30,190,226); }

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

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

 span { border-color: rgb(30,190,226); }

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