#28A1BB

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

Shades of Pelorous #28A1BB

Tints of Pelorous #28A1BB

Color information

#28A1BB (or 0x28A1BB) is unknown color: approx Pelorous. HEX triplet: 28, A1 and BB. RGB value is (40,161,187). Sum of RGB (Red+Green+Blue) = 40+161+187=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #28A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1BB is #D75E44. Grayscale: #7F7F7F. Windows color (decimal): -14114373 or 12296488. OLE color: 12296488.

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

Color convert

RGB40161187-
CMYK0.790.1400.27
HSL190.61º64.76%44.51%-
HSV(B)190.61º78.61%73.33%-
XYZ22.5929.5351.52-
YUV127.78161.4165.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.31%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=10.31%
G=41.49%
B=48.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401611870.790.1400.27190.6164.7644.51
Hex28A1BB4FE01Bbf412d
Octal502412731171603327710155
Binary101000101000011011101110011111110011011101111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,161,187); }

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

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

 a { background-color: rgb(40,161,187); }

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

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

 span { border-color: rgb(40,161,187); }

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