#28BCEC

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

Shades of Summer Sky #28BCEC

Tints of Summer Sky #28BCEC

Color information

#28BCEC (or 0x28BCEC) is unknown color: approx Summer Sky. HEX triplet: 28, BC and EC. RGB value is (40,188,236). Sum of RGB (Red+Green+Blue) = 40+188+236=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #28BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BCEC is #D74313. Grayscale: #949494. Windows color (decimal): -14107412 or 15514664. OLE color: 15514664.

HSL color Cylindrical-coordinate representation of color #28BCEC: hue angle of 194.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BCEC is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB40188236-
CMYK0.830.2000.07
HSL194.69º83.76%54.12%-
HSV(B)194.69º83.05%92.55%-
XYZ3442.4785.76-
YUV149.22176.9750.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.62%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=8.62%
G=40.52%
B=50.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal401882360.830.2000.07194.6983.7654.12
Hex28BCEC531407c35436
Octal50274354123240730312466
Binary10100010111100111011001010011101000111110000111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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