#AFB5D8

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

Shades of Perano #AFB5D8

Tints of Perano #AFB5D8

Color information

#AFB5D8 (or 0xAFB5D8) is unknown color: approx Perano. HEX triplet: AF, B5 and D8. RGB value is (175,181,216). Sum of RGB (Red+Green+Blue) = 175+181+216=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFB5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5D8 is #504A27. Grayscale: #B7B7B7. Windows color (decimal): -5261864 or 14202287. OLE color: 14202287.

HSL color Cylindrical-coordinate representation of color #AFB5D8: hue angle of 231.22º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB5D8 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175181216-
CMYK0.190.1600.15
HSL231.22º34.45%76.67%-
HSV(B)231.22º18.98%84.71%-
XYZ46.647.1271.6-
YUV183.2146.51122.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=30.59%
G=31.64%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751812160.190.1600.15231.2234.4576.67
HexAFB5D813100Fe7224d
Octal257265330232001734742115
Binary101011111011010111011000100111000001111111001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5D8; }

 p { color: rgb(175,181,216); }

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

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

 a { background-color: rgb(175,181,216); }

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

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

 span { border-color: rgb(175,181,216); }

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