#28ABCF

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

Shades of Summer Sky #28ABCF

Tints of Summer Sky #28ABCF

Color information

#28ABCF (or 0x28ABCF) is unknown color: approx Summer Sky. HEX triplet: 28, AB and CF. RGB value is (40,171,207). Sum of RGB (Red+Green+Blue) = 40+171+207=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #28ABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABCF is #D75430. Grayscale: #878787. Windows color (decimal): -14111793 or 13609768. OLE color: 13609768.

HSL color Cylindrical-coordinate representation of color #28ABCF: hue angle of 192.93º 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 #28ABCF is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB40171207-
CMYK0.810.1700.19
HSL192.93º67.61%48.43%-
HSV(B)192.93º80.68%81.18%-
XYZ26.734.0864.2-
YUV135.94168.159.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.57%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=9.57%
G=40.91%
B=49.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal401712070.810.1700.19192.9367.6148.43
Hex28ABCF5111013c14430
Octal502533171212102330110460
Binary1010001010101111001111101000110001010011110000011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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