#28CFF1

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

Shades of Summer Sky #28CFF1

Tints of Summer Sky #28CFF1

Color information

#28CFF1 (or 0x28CFF1) is unknown color: approx Summer Sky. HEX triplet: 28, CF and F1. RGB value is (40,207,241). Sum of RGB (Red+Green+Blue) = 40+207+241=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #28CFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFF1 is #D7300E. Grayscale: #A0A0A0. Windows color (decimal): -14102543 or 15847208. OLE color: 15847208.

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

Color convert

RGB40207241-
CMYK0.830.1400.05
HSL190.15º87.77%55.1%-
HSV(B)190.15º83.4%94.51%-
XYZ39.0751.4391.09-
YUV160.94173.1741.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.20%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=8.20%
G=42.42%
B=49.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal402072410.830.1400.05190.1587.7755.1
Hex28CFF153E05be5837
Octal50317361123160527613067
Binary1010001100111111110001101001111100101101111101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,207,241); }

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

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

 a { background-color: rgb(40,207,241); }

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

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

 span { border-color: rgb(40,207,241); }

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