#28C0DD

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

Shades of Summer Sky #28C0DD

Tints of Summer Sky #28C0DD

Color information

#28C0DD (or 0x28C0DD) is unknown color: approx Summer Sky. HEX triplet: 28, C0 and DD. RGB value is (40,192,221). Sum of RGB (Red+Green+Blue) = 40+192+221=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #28C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C0DD is #D73F22. Grayscale: #959595. Windows color (decimal): -14106403 or 14532648. OLE color: 14532648.

HSL color Cylindrical-coordinate representation of color #28C0DD: hue angle of 189.61º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28C0DD is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40192221-
CMYK0.820.1300.13
HSL189.61º72.69%51.18%-
HSV(B)189.61º81.9%86.67%-
XYZ32.7843.3775.05-
YUV149.86168.1449.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.83%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=8.83%
G=42.38%
B=48.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401922210.820.1300.13189.6172.6951.18
Hex28C0DD52D0Dbe4933
Octal503003351221501527611163
Binary10100011000000110111011010010110101101101111101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,192,221); }

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

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

 a { background-color: rgb(40,192,221); }

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

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

 span { border-color: rgb(40,192,221); }

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