#28A9BE

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

Shades of Pelorous #28A9BE

Tints of Pelorous #28A9BE

Color information

#28A9BE (or 0x28A9BE) is unknown color: approx Pelorous. HEX triplet: 28, A9 and BE. RGB value is (40,169,190). Sum of RGB (Red+Green+Blue) = 40+169+190=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #28A9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A9BE is #D75641. Grayscale: #848484. Windows color (decimal): -14112322 or 12495144. OLE color: 12495144.

HSL color Cylindrical-coordinate representation of color #28A9BE: hue angle of 188.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28A9BE is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB40169190-
CMYK0.790.1100.25
HSL188.4º65.22%45.1%-
HSV(B)188.4º78.95%74.51%-
XYZ24.3632.5453.71-
YUV132.82160.2661.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.03%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=10.03%
G=42.36%
B=47.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401691900.790.1100.25188.465.2245.1
Hex28A9BE4FB019bc412d
Octal502512761171303127410155
Binary101000101010011011111010011111011011001101111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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