#28CFEB

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

Shades of Summer Sky #28CFEB

Tints of Summer Sky #28CFEB

Color information

#28CFEB (or 0x28CFEB) is unknown color: approx Summer Sky. HEX triplet: 28, CF and EB. RGB value is (40,207,235). Sum of RGB (Red+Green+Blue) = 40+207+235=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #28CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFEB is #D73014. Grayscale: #9F9F9F. Windows color (decimal): -14102549 or 15453992. OLE color: 15453992.

HSL color Cylindrical-coordinate representation of color #28CFEB: hue angle of 188.62º degrees, saturation: 0.83, 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 #28CFEB is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB40207235-
CMYK0.830.1200.08
HSL188.62º82.98%53.92%-
HSV(B)188.62º82.98%92.16%-
XYZ38.1851.0786.44-
YUV160.26170.1742.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.30%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=8.30%
G=42.95%
B=48.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal402072350.830.1200.08188.6282.9853.92
Hex28CFEB53C08bd5336
Octal503173531231401027512366
Binary10100011001111111010111010011110001000101111011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,207,235); }

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

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

 a { background-color: rgb(40,207,235); }

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

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

 span { border-color: rgb(40,207,235); }

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