#28A4D2

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

Shades of Summer Sky #28A4D2

Tints of Summer Sky #28A4D2

Color information

#28A4D2 (or 0x28A4D2) is unknown color: approx Summer Sky. HEX triplet: 28, A4 and D2. RGB value is (40,164,210). Sum of RGB (Red+Green+Blue) = 40+164+210=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 210 (82.42% from 255 or 50.72% from 414); Max value from RGB is 210 - color contains mainly: blue. Hex color #28A4D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A4D2 is #D75B2D. Grayscale: #838383. Windows color (decimal): -14113582 or 13804584. OLE color: 13804584.

HSL color Cylindrical-coordinate representation of color #28A4D2: hue angle of 196.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28A4D2 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB40164210-
CMYK0.810.2200.18
HSL196.24º68%49.02%-
HSV(B)196.24º80.95%82.35%-
XYZ25.7831.6665.72-
YUV132.17171.9262.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.66%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 210 (82.42% from 255) = 50.72%
R=9.66%
G=39.61%
B=50.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal401642100.810.2200.18196.246849.02
Hex28A4D25116012c44431
Octal502443221212602230410461
Binary1010001010010011010010101000110110010010110001001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,164,210); }

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

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

 a { background-color: rgb(40,164,210); }

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

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

 span { border-color: rgb(40,164,210); }

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