#28BCC8

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

Shades of Summer Sky #28BCC8

Tints of Summer Sky #28BCC8

Color information

#28BCC8 (or 0x28BCC8) is unknown color: approx Summer Sky. HEX triplet: 28, BC and C8. RGB value is (40,188,200). Sum of RGB (Red+Green+Blue) = 40+188+200=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #28BCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCC8 is #D74337. Grayscale: #909090. Windows color (decimal): -14107448 or 13155368. OLE color: 13155368.

HSL color Cylindrical-coordinate representation of color #28BCC8: hue angle of 184.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BCC8 is Cyan = 0.8, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB40188200-
CMYK0.80.0600.22
HSL184.5º66.67%47.06%-
HSV(B)184.5º80%78.43%-
XYZ29.2840.5960.93-
YUV145.12158.9753.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.35%
GREEN value IS 188 (73.83% from 255) = 43.93%
BLUE value IS 200 (78.52% from 255) = 46.73%
R=9.35%
G=43.93%
B=46.73%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401882000.80.0600.22184.566.6747.06
Hex28BCC8506016b8432f
Octal50274310120602627010357
Binary10100010111100110010001010000110010110101110001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,188,200); }

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

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

 a { background-color: rgb(40,188,200); }

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

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

 span { border-color: rgb(40,188,200); }

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