#1EABEF

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

Shades of Summer Sky #1EABEF

Tints of Summer Sky #1EABEF

Color information

#1EABEF (or 0x1EABEF) is unknown color: approx Summer Sky. HEX triplet: 1E, AB and EF. RGB value is (30,171,239). Sum of RGB (Red+Green+Blue) = 30+171+239=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EABEF is #E15410. Grayscale: #888888. Windows color (decimal): -14767121 or 15706910. OLE color: 15706910.

HSL color Cylindrical-coordinate representation of color #1EABEF: hue angle of 199.52º 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 #1EABEF is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30171239-
CMYK0.870.2800.06
HSL199.52º86.72%52.75%-
HSV(B)199.52º87.45%93.73%-
XYZ30.6835.6386.92-
YUV136.59185.7951.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.82%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=6.82%
G=38.86%
B=54.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301712390.870.2800.06199.5286.7252.75
Hex1EABEF571C06c85735
Octal36253357127340631012765
Binary1111010101011111011111010111111000110110010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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