#28C8D6

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

Shades of Summer Sky #28C8D6

Tints of Summer Sky #28C8D6

Color information

#28C8D6 (or 0x28C8D6) is unknown color: approx Summer Sky. HEX triplet: 28, C8 and D6. RGB value is (40,200,214). Sum of RGB (Red+Green+Blue) = 40+200+214=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #28C8D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C8D6 is #D73729. Grayscale: #999999. Windows color (decimal): -14104362 or 14075944. OLE color: 14075944.

HSL color Cylindrical-coordinate representation of color #28C8D6: hue angle of 184.83º degrees, saturation: 0.69, 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 #28C8D6 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB40200214-
CMYK0.810.0700.16
HSL184.83º68.5%49.8%-
HSV(B)184.83º81.31%83.92%-
XYZ33.6746.6170.84-
YUV153.76161.9946.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.81%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 214 (83.98% from 255) = 47.14%
R=8.81%
G=44.05%
B=47.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal402002140.810.0700.16184.8368.549.8
Hex28C8D6517010b94532
Octal50310326121702027110562
Binary10100011001000110101101010001111010000101110011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,200,214); }

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

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

 a { background-color: rgb(40,200,214); }

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

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

 span { border-color: rgb(40,200,214); }

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