#1EB0F4

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

Shades of Summer Sky #1EB0F4

Tints of Summer Sky #1EB0F4

Color information

#1EB0F4 (or 0x1EB0F4) is unknown color: approx Summer Sky. HEX triplet: 1E, B0 and F4. RGB value is (30,176,244). Sum of RGB (Red+Green+Blue) = 30+176+244=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #1EB0F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB0F4 is #E14F0B. Grayscale: #8B8B8B. Windows color (decimal): -14765836 or 16035870. OLE color: 16035870.

HSL color Cylindrical-coordinate representation of color #1EB0F4: hue angle of 199.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EB0F4 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30176244-
CMYK0.880.2800.04
HSL199.07º90.68%53.73%-
HSV(B)199.07º87.7%95.69%-
XYZ32.3937.8691.19-
YUV140.1186.6349.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.67%
GREEN value IS 176 (69.14% from 255) = 39.11%
BLUE value IS 244 (95.70% from 255) = 54.22%
R=6.67%
G=39.11%
B=54.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal301762440.880.2800.04199.0790.6853.73
Hex1EB0F4581C04c75b36
Octal36260364130340430713366
Binary1111010110000111101001011000111000100110001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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