#28AEBF

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

Shades of Pelorous #28AEBF

Tints of Pelorous #28AEBF

Color information

#28AEBF (or 0x28AEBF) is unknown color: approx Pelorous. HEX triplet: 28, AE and BF. RGB value is (40,174,191). Sum of RGB (Red+Green+Blue) = 40+174+191=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #28AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AEBF is #D75140. Grayscale: #878787. Windows color (decimal): -14111041 or 12561960. OLE color: 12561960.

HSL color Cylindrical-coordinate representation of color #28AEBF: hue angle of 186.75º 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 #28AEBF is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB40174191-
CMYK0.790.0900.25
HSL186.75º65.37%45.29%-
HSV(B)186.75º79.06%74.9%-
XYZ25.4234.4854.61-
YUV135.87159.1159.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.88%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 191 (75% from 255) = 47.16%
R=9.88%
G=42.96%
B=47.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401741910.790.0900.25186.7565.3745.29
Hex28AEBF4F9019bb412d
Octal502562771171103127310155
Binary101000101011101011111110011111001011001101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,174,191); }

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

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

 a { background-color: rgb(40,174,191); }

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

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

 span { border-color: rgb(40,174,191); }

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