#28ceef

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

Shades of Summer Sky #28CEEF

Tints of Summer Sky #28CEEF

Color information

#28CEEF (or 0x28CEEF) is unknown color: approx Summer Sky. HEX triplet: 28, CE and EF. RGB value is (40,206,239). Sum of RGB (Red+Green+Blue) = 40+206+239=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #28CEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEEF is #D73110. Grayscale: #9F9F9F. Windows color (decimal): -14102801 or 15715880. OLE color: 15715880.

HSL color Cylindrical-coordinate representation of color #28CEEF: hue angle of 189.95º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CEEF is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB40206239-
CMYK0.830.1400.06
HSL189.95º86.15%54.71%-
HSV(B)189.95º83.26%93.73%-
XYZ38.5350.8389.44-
YUV160.13172.542.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.25%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=8.25%
G=42.47%
B=49.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal402062390.830.1400.06189.9586.1554.71
Hex28CEEF53E06be5637
Octal50316357123160627612667
Binary1010001100111011101111101001111100110101111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ceef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,206,239); }

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

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

 a { background-color: rgb(40,206,239); }

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

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

 span { border-color: rgb(40,206,239); }

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