#28A9B4

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

Shades of Pelorous #28A9B4

Tints of Pelorous #28A9B4

Color information

#28A9B4 (or 0x28A9B4) is unknown color: approx Pelorous. HEX triplet: 28, A9 and B4. RGB value is (40,169,180). Sum of RGB (Red+Green+Blue) = 40+169+180=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #28A9B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A9B4 is #D7564B. Grayscale: #838383. Windows color (decimal): -14112332 or 11839784. OLE color: 11839784.

HSL color Cylindrical-coordinate representation of color #28A9B4: hue angle of 184.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28A9B4 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40169180-
CMYK0.780.0600.29
HSL184.71º63.64%43.14%-
HSV(B)184.71º77.78%70.59%-
XYZ23.332.1248.15-
YUV131.68155.2662.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.28%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 180 (70.70% from 255) = 46.27%
R=10.28%
G=43.44%
B=46.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401691800.780.0600.29184.7163.6443.14
Hex28A9B44E601Db9402b
Octal50251264116603527110053
Binary10100010101001101101001001110110011101101110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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