#28bac9

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

Shades of Summer Sky #28BAC9

Tints of Summer Sky #28BAC9

Color information

#28BAC9 (or 0x28BAC9) is unknown color: approx Summer Sky. HEX triplet: 28, BA and C9. RGB value is (40,186,201). Sum of RGB (Red+Green+Blue) = 40+186+201=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #28BAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAC9 is #D74536. Grayscale: #8F8F8F. Windows color (decimal): -14107959 or 13220392. OLE color: 13220392.

HSL color Cylindrical-coordinate representation of color #28BAC9: hue angle of 185.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BAC9 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB40186201-
CMYK0.800.0700.21
HSL185.59º66.8%47.25%-
HSV(B)185.59º80.1%78.82%-
XYZ28.9839.7961.41-
YUV144.06160.1353.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.37%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=9.37%
G=43.56%
B=47.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal401862010.800.0700.21185.5966.847.25
Hex28BAC9507015ba432f
Octal50272311120702527210357
Binary10100010111010110010011010000111010101101110101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28bac9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,186,201); }

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

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

 a { background-color: rgb(40,186,201); }

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

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

 span { border-color: rgb(40,186,201); }

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