#28C4D5

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

Shades of Summer Sky #28C4D5

Tints of Summer Sky #28C4D5

Color information

#28C4D5 (or 0x28C4D5) is unknown color: approx Summer Sky. HEX triplet: 28, C4 and D5. RGB value is (40,196,213). Sum of RGB (Red+Green+Blue) = 40+196+213=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #28C4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C4D5 is #D73B2A. Grayscale: #979797. Windows color (decimal): -14105387 or 14009384. OLE color: 14009384.

HSL color Cylindrical-coordinate representation of color #28C4D5: hue angle of 185.9º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28C4D5 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB40196213-
CMYK0.810.0800.16
HSL185.9º68.38%49.61%-
HSV(B)185.9º81.22%83.53%-
XYZ32.6344.7469.87-
YUV151.29162.8248.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.91%
GREEN value IS 196 (76.95% from 255) = 43.65%
BLUE value IS 213 (83.59% from 255) = 47.44%
R=8.91%
G=43.65%
B=47.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal401962130.810.0800.16185.968.3849.61
Hex28C4D5518010ba4432
Octal503043251211002027210462
Binary101000110001001101010110100011000010000101110101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,196,213); }

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

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

 a { background-color: rgb(40,196,213); }

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

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

 span { border-color: rgb(40,196,213); }

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