#28cddf

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

Shades of Summer Sky #28CDDF

Tints of Summer Sky #28CDDF

Color information

#28CDDF (or 0x28CDDF) is unknown color: approx Summer Sky. HEX triplet: 28, CD and DF. RGB value is (40,205,223). Sum of RGB (Red+Green+Blue) = 40+205+223=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #28CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDDF is #D73220. Grayscale: #9D9D9D. Windows color (decimal): -14103073 or 14667048. OLE color: 14667048.

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

Color convert

RGB40205223-
CMYK0.820.0800.13
HSL185.9º74.09%51.57%-
HSV(B)185.9º82.06%87.45%-
XYZ36.0349.4477.46-
YUV157.72164.8444.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.55%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 223 (87.5% from 255) = 47.65%
R=8.55%
G=43.80%
B=47.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal402052230.820.0800.13185.974.0951.57
Hex28CDDF5280Dba4a34
Octal503153371221001527211264
Binary10100011001101110111111010010100001101101110101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28cddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,205,223); }

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

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

 a { background-color: rgb(40,205,223); }

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

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

 span { border-color: rgb(40,205,223); }

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