#28A1DD

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

Shades of Summer Sky #28A1DD

Tints of Summer Sky #28A1DD

Color information

#28A1DD (or 0x28A1DD) is unknown color: approx Summer Sky. HEX triplet: 28, A1 and DD. RGB value is (40,161,221). Sum of RGB (Red+Green+Blue) = 40+161+221=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #28A1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1DD is #D75E22. Grayscale: #838383. Windows color (decimal): -14114339 or 14524712. OLE color: 14524712.

HSL color Cylindrical-coordinate representation of color #28A1DD: hue angle of 199.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28A1DD is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40161221-
CMYK0.820.2700.13
HSL199.89º72.69%51.18%-
HSV(B)199.89º81.9%86.67%-
XYZ26.6731.1673.02-
YUV131.66178.4162.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.48%
GREEN value IS 161 (63.28% from 255) = 38.15%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=9.48%
G=38.15%
B=52.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401612210.820.2700.13199.8972.6951.18
Hex28A1DD521B0Dc84933
Octal502413351223301531011163
Binary101000101000011101110110100101101101101110010001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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