#28BEDD

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

Shades of Summer Sky #28BEDD

Tints of Summer Sky #28BEDD

Color information

#28BEDD (or 0x28BEDD) is unknown color: approx Summer Sky. HEX triplet: 28, BE and DD. RGB value is (40,190,221). Sum of RGB (Red+Green+Blue) = 40+190+221=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #28BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BEDD is #D74122. Grayscale: #949494. Windows color (decimal): -14106915 or 14532136. OLE color: 14532136.

HSL color Cylindrical-coordinate representation of color #28BEDD: hue angle of 190.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28BEDD is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40190221-
CMYK0.820.1400.13
HSL190.28º72.69%51.18%-
HSV(B)190.28º81.9%86.67%-
XYZ32.3442.574.91-
YUV148.68168.850.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.87%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=8.87%
G=42.13%
B=49.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401902210.820.1400.13190.2872.6951.18
Hex28BEDD52E0Dbe4933
Octal502763351221601527611163
Binary10100010111110110111011010010111001101101111101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,190,221); }

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

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

 a { background-color: rgb(40,190,221); }

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

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

 span { border-color: rgb(40,190,221); }

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