#28A5EE

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

Shades of Summer Sky #28A5EE

Tints of Summer Sky #28A5EE

Color information

#28A5EE (or 0x28A5EE) is unknown color: approx Summer Sky. HEX triplet: 28, A5 and EE. RGB value is (40,165,238). Sum of RGB (Red+Green+Blue) = 40+165+238=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #28A5EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A5EE is #D75A11. Grayscale: #878787. Windows color (decimal): -14113298 or 15639848. OLE color: 15639848.

HSL color Cylindrical-coordinate representation of color #28A5EE: hue angle of 202.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28A5EE is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB40165238-
CMYK0.830.3100.07
HSL202.12º85.34%54.51%-
HSV(B)202.12º83.19%93.33%-
XYZ29.7633.5385.79-
YUV135.95185.5959.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.03%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 238 (93.36% from 255) = 53.72%
R=9.03%
G=37.25%
B=53.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal401652380.830.3100.07202.1285.3454.51
Hex28A5EE531F07ca5537
Octal50245356123370731212567
Binary10100010100101111011101010011111110111110010101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A5EE; }

 p { color: rgb(40,165,238); }

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

<style>
 a { background-color: #28A5EE; }

 a { background-color: rgb(40,165,238); }

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

<style>
 span { border-color: #28A5EE; }

 span { border-color: rgb(40,165,238); }

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