#28A1D8

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

Shades of Summer Sky #28A1D8

Tints of Summer Sky #28A1D8

Color information

#28A1D8 (or 0x28A1D8) is unknown color: approx Summer Sky. HEX triplet: 28, A1 and D8. RGB value is (40,161,216). Sum of RGB (Red+Green+Blue) = 40+161+216=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #28A1D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1D8 is #D75E27. Grayscale: #828282. Windows color (decimal): -14114344 or 14197032. OLE color: 14197032.

HSL color Cylindrical-coordinate representation of color #28A1D8: hue angle of 198.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28A1D8 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB40161216-
CMYK0.810.2500.15
HSL198.75º69.29%50.2%-
HSV(B)198.75º81.48%84.71%-
XYZ26.0130.969.56-
YUV131.09175.9163.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.59%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 216 (84.77% from 255) = 51.80%
R=9.59%
G=38.61%
B=51.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal401612160.810.2500.15198.7569.2950.2
Hex28A1D851190Fc74532
Octal502413301213101730710562
Binary101000101000011101100010100011100101111110001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,161,216); }

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

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

 a { background-color: rgb(40,161,216); }

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

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

 span { border-color: rgb(40,161,216); }

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