#1EB0EF

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

Shades of Summer Sky #1EB0EF

Tints of Summer Sky #1EB0EF

Color information

#1EB0EF (or 0x1EB0EF) is unknown color: approx Summer Sky. HEX triplet: 1E, B0 and EF. RGB value is (30,176,239). Sum of RGB (Red+Green+Blue) = 30+176+239=445 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.74% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EB0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB0EF is #E14F10. Grayscale: #8B8B8B. Windows color (decimal): -14765841 or 15708190. OLE color: 15708190.

HSL color Cylindrical-coordinate representation of color #1EB0EF: hue angle of 198.09º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EB0EF is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30176239-
CMYK0.870.2600.06
HSL198.09º86.72%52.75%-
HSV(B)198.09º87.45%93.73%-
XYZ31.6437.5687.24-
YUV139.53184.1349.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.74%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 239 (93.75% from 255) = 53.71%
R=6.74%
G=39.55%
B=53.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301762390.870.2600.06198.0986.7252.75
Hex1EB0EF571A06c65735
Octal36260357127320630612765
Binary1111010110000111011111010111110100110110001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,176,239); }

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

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

 a { background-color: rgb(30,176,239); }

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

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

 span { border-color: rgb(30,176,239); }

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