#28C2E1

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

Shades of Summer Sky #28C2E1

Tints of Summer Sky #28C2E1

Color information

#28C2E1 (or 0x28C2E1) is unknown color: approx Summer Sky. HEX triplet: 28, C2 and E1. RGB value is (40,194,225). Sum of RGB (Red+Green+Blue) = 40+194+225=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #28C2E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C2E1 is #D73D1E. Grayscale: #979797. Windows color (decimal): -14105887 or 14795304. OLE color: 14795304.

HSL color Cylindrical-coordinate representation of color #28C2E1: hue angle of 190.05º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28C2E1 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB40194225-
CMYK0.820.1400.12
HSL190.05º75.51%51.96%-
HSV(B)190.05º82.22%88.24%-
XYZ33.7644.4778.04-
YUV151.49169.4848.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.71%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=8.71%
G=42.27%
B=49.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal401942250.820.1400.12190.0575.5151.96
Hex28C2E152E0Cbe4c34
Octal503023411221601427611464
Binary10100011000010111000011010010111001100101111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,194,225); }

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

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

 a { background-color: rgb(40,194,225); }

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

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

 span { border-color: rgb(40,194,225); }

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