#28AACF

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

Shades of Summer Sky #28AACF

Tints of Summer Sky #28AACF

Color information

#28AACF (or 0x28AACF) is unknown color: approx Summer Sky. HEX triplet: 28, AA and CF. RGB value is (40,170,207). Sum of RGB (Red+Green+Blue) = 40+170+207=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #28AACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AACF is #D75530. Grayscale: #878787. Windows color (decimal): -14112049 or 13609512. OLE color: 13609512.

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

Color convert

RGB40170207-
CMYK0.810.1800.19
HSL193.29º67.61%48.43%-
HSV(B)193.29º80.68%81.18%-
XYZ26.5133.7164.14-
YUV135.35168.4359.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.59%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=9.59%
G=40.77%
B=49.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal401702070.810.1800.19193.2967.6148.43
Hex28AACF5112013c14430
Octal502523171212202330110460
Binary1010001010101011001111101000110010010011110000011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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