#28BFDD

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

Shades of Summer Sky #28BFDD

Tints of Summer Sky #28BFDD

Color information

#28BFDD (or 0x28BFDD) is unknown color: approx Summer Sky. HEX triplet: 28, BF and DD. RGB value is (40,191,221). Sum of RGB (Red+Green+Blue) = 40+191+221=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #28BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFDD is #D74022. Grayscale: #959595. Windows color (decimal): -14106659 or 14532392. OLE color: 14532392.

HSL color Cylindrical-coordinate representation of color #28BFDD: hue angle of 189.94º 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 #28BFDD is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB40191221-
CMYK0.820.1400.13
HSL189.94º72.69%51.18%-
HSV(B)189.94º81.9%86.67%-
XYZ32.5642.9374.98-
YUV149.27168.4750.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 8.85%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 221 (86.72% from 255) = 48.89%
R=8.85%
G=42.26%
B=48.89%

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
Decimal401912210.820.1400.13189.9472.6951.18
Hex28BFDD52E0Dbe4933
Octal502773351221601527611163
Binary10100010111111110111011010010111001101101111101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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