#28BAEC

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

Shades of Summer Sky #28BAEC

Tints of Summer Sky #28BAEC

Color information

#28BAEC (or 0x28BAEC) is unknown color: approx Summer Sky. HEX triplet: 28, BA and EC. RGB value is (40,186,236). Sum of RGB (Red+Green+Blue) = 40+186+236=462 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.66% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #28BAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BAEC is #D74513. Grayscale: #939393. Windows color (decimal): -14107924 or 15514152. OLE color: 15514152.

HSL color Cylindrical-coordinate representation of color #28BAEC: hue angle of 195.31º 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 #28BAEC is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB40186236-
CMYK0.830.2100.07
HSL195.31º83.76%54.12%-
HSV(B)195.31º83.05%92.55%-
XYZ33.5741.6385.62-
YUV148.05177.6350.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.66%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 236 (92.58% from 255) = 51.08%
R=8.66%
G=40.26%
B=51.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal401862360.830.2100.07195.3183.7654.12
Hex28BAEC531507c35436
Octal50272354123250730312466
Binary10100010111010111011001010011101010111110000111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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