#28A0D5

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

Shades of Summer Sky #28A0D5

Tints of Summer Sky #28A0D5

Color information

#28A0D5 (or 0x28A0D5) is unknown color: approx Summer Sky. HEX triplet: 28, A0 and D5. RGB value is (40,160,213). Sum of RGB (Red+Green+Blue) = 40+160+213=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #28A0D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A0D5 is #D75F2A. Grayscale: #818181. Windows color (decimal): -14114603 or 14000168. OLE color: 14000168.

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

Color convert

RGB40160213-
CMYK0.810.2500.16
HSL198.38º68.38%49.61%-
HSV(B)198.38º81.22%83.53%-
XYZ25.4630.467.48-
YUV130.16174.7463.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.69%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 213 (83.59% from 255) = 51.57%
R=9.69%
G=38.74%
B=51.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal401602130.810.2500.16198.3868.3849.61
Hex28A0D55119010c64432
Octal502403251213102030610462
Binary1010001010000011010101101000111001010000110001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,160,213); }

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

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

 a { background-color: rgb(40,160,213); }

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

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

 span { border-color: rgb(40,160,213); }

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