#28ACF7

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

Shades of Summer Sky #28ACF7

Tints of Summer Sky #28ACF7

Color information

#28ACF7 (or 0x28ACF7) is unknown color: approx Summer Sky. HEX triplet: 28, AC and F7. RGB value is (40,172,247). Sum of RGB (Red+Green+Blue) = 40+172+247=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #28ACF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACF7 is #D75308. Grayscale: #8C8C8C. Windows color (decimal): -14111497 or 16231464. OLE color: 16231464.

HSL color Cylindrical-coordinate representation of color #28ACF7: hue angle of 201.74º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ACF7 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB40172247-
CMYK0.840.3000.03
HSL201.74º92.83%56.27%-
HSV(B)201.74º83.81%96.86%-
XYZ32.4236.6793.37-
YUV141.08187.7755.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.71%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 247 (96.88% from 255) = 53.81%
R=8.71%
G=37.47%
B=53.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal401722470.840.3000.03201.7492.8356.27
Hex28ACF7541E03ca5d38
Octal50254367124360331213570
Binary1010001010110011110111101010011110011110010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,172,247); }

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

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

 a { background-color: rgb(40,172,247); }

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

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

 span { border-color: rgb(40,172,247); }

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