#28BDCC

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

Shades of Summer Sky #28BDCC

Tints of Summer Sky #28BDCC

Color information

#28BDCC (or 0x28BDCC) is unknown color: approx Summer Sky. HEX triplet: 28, BD and CC. RGB value is (40,189,204). Sum of RGB (Red+Green+Blue) = 40+189+204=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #28BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDCC is #D74233. Grayscale: #919191. Windows color (decimal): -14107188 or 13417768. OLE color: 13417768.

HSL color Cylindrical-coordinate representation of color #28BDCC: hue angle of 185.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BDCC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB40189204-
CMYK0.800.0700.2
HSL185.49º67.21%47.84%-
HSV(B)185.49º80.39%80%-
XYZ29.9741.2163.5-
YUV146.16160.6452.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.24%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=9.24%
G=43.65%
B=47.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal401892040.800.0700.2185.4967.2147.84
Hex28BDCC507014b94330
Octal50275314120702427110360
Binary10100010111101110011001010000111010100101110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,189,204); }

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

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

 a { background-color: rgb(40,189,204); }

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

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

 span { border-color: rgb(40,189,204); }

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