#28A2CF

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

Shades of Summer Sky #28A2CF

Tints of Summer Sky #28A2CF

Color information

#28A2CF (or 0x28A2CF) is unknown color: approx Summer Sky. HEX triplet: 28, A2 and CF. RGB value is (40,162,207). Sum of RGB (Red+Green+Blue) = 40+162+207=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #28A2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A2CF is #D75D30. Grayscale: #828282. Windows color (decimal): -14114097 or 13607464. OLE color: 13607464.

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

Color convert

RGB40162207-
CMYK0.810.2200.19
HSL196.17º67.61%48.43%-
HSV(B)196.17º80.68%81.18%-
XYZ25.0630.863.66-
YUV130.65171.0863.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.78%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 207 (81.25% from 255) = 50.61%
R=9.78%
G=39.61%
B=50.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal401622070.810.2200.19196.1767.6148.43
Hex28A2CF5116013c44430
Octal502423171212602330410460
Binary1010001010001011001111101000110110010011110001001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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