#28CCEA

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

Shades of Summer Sky #28CCEA

Tints of Summer Sky #28CCEA

Color information

#28CCEA (or 0x28CCEA) is unknown color: approx Summer Sky. HEX triplet: 28, CC and EA. RGB value is (40,204,234). Sum of RGB (Red+Green+Blue) = 40+204+234=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #28CCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCEA is #D73315. Grayscale: #9E9E9E. Windows color (decimal): -14103318 or 15387688. OLE color: 15387688.

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

Color convert

RGB40204234-
CMYK0.830.1300.08
HSL189.28º82.2%53.73%-
HSV(B)189.28º82.91%91.76%-
XYZ37.3249.5885.44-
YUV158.38170.6743.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.37%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=8.37%
G=42.68%
B=48.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal402042340.830.1300.08189.2882.253.73
Hex28CCEA53D08bd5236
Octal503143521231501027512266
Binary10100011001100111010101010011110101000101111011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,204,234); }

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

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

 a { background-color: rgb(40,204,234); }

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

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

 span { border-color: rgb(40,204,234); }

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