#28AADF

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

Shades of Summer Sky #28AADF

Tints of Summer Sky #28AADF

Color information

#28AADF (or 0x28AADF) is unknown color: approx Summer Sky. HEX triplet: 28, AA and DF. RGB value is (40,170,223). Sum of RGB (Red+Green+Blue) = 40+170+223=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #28AADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AADF is #D75520. Grayscale: #888888. Windows color (decimal): -14112033 or 14658088. OLE color: 14658088.

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

Color convert

RGB40170223-
CMYK0.820.2400.13
HSL197.38º74.09%51.57%-
HSV(B)197.38º82.06%87.45%-
XYZ28.5734.5374.97-
YUV137.17176.4358.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.24%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=9.24%
G=39.26%
B=51.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401702230.820.2400.13197.3874.0951.57
Hex28AADF52180Dc54a34
Octal502523371223001530511264
Binary101000101010101101111110100101100001101110001011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,170,223); }

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

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

 a { background-color: rgb(40,170,223); }

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

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

 span { border-color: rgb(40,170,223); }

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