#28A9BA

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

Shades of Pelorous #28A9BA

Tints of Pelorous #28A9BA

Color information

#28A9BA (or 0x28A9BA) is unknown color: approx Pelorous. HEX triplet: 28, A9 and BA. RGB value is (40,169,186). Sum of RGB (Red+Green+Blue) = 40+169+186=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #28A9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A9BA is #D75645. Grayscale: #848484. Windows color (decimal): -14112326 or 12233000. OLE color: 12233000.

HSL color Cylindrical-coordinate representation of color #28A9BA: hue angle of 186.99º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28A9BA is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40169186-
CMYK0.780.0900.27
HSL186.99º64.6%44.31%-
HSV(B)186.99º78.49%72.94%-
XYZ23.9332.3751.44-
YUV132.37158.2662.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.13%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=10.13%
G=42.78%
B=47.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401691860.780.0900.27186.9964.644.31
Hex28A9BA4E901Bbb412c
Octal502512721161103327310154
Binary101000101010011011101010011101001011011101110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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