#28C1E1

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

Shades of Summer Sky #28C1E1

Tints of Summer Sky #28C1E1

Color information

#28C1E1 (or 0x28C1E1) is unknown color: approx Summer Sky. HEX triplet: 28, C1 and E1. RGB value is (40,193,225). Sum of RGB (Red+Green+Blue) = 40+193+225=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #28C1E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C1E1 is #D73E1E. Grayscale: #969696. Windows color (decimal): -14106143 or 14795048. OLE color: 14795048.

HSL color Cylindrical-coordinate representation of color #28C1E1: hue angle of 190.38º 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 #28C1E1 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB40193225-
CMYK0.820.1400.12
HSL190.38º75.51%51.96%-
HSV(B)190.38º82.22%88.24%-
XYZ33.5444.0377.96-
YUV150.9169.8148.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.73%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 225 (88.28% from 255) = 49.13%
R=8.73%
G=42.14%
B=49.13%

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
Decimal401932250.820.1400.12190.3875.5151.96
Hex28C1E152E0Cbe4c34
Octal503013411221601427611464
Binary10100011000001111000011010010111001100101111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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