Html Css Color HEX #AFB5D8 Perano

📋 copy color: '#AFB5D8'

red 175 ◦ green 181 ◦ blue 216

#AFB5D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AFB5D8

Tints of Perano #AFB5D8

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 value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFB5D8 (or 0xAFB5D8) is known color: 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

RGB 175 181 216 -
CMYK 0.19 0.16 0 0.15
HSL 231.22º 0.34% 0.77% -
HSV(B) 231.22º 0.19% 0.85% -
XYZ 46.6 47.12 71.6 -
YUV 183.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 175 181 216 0.19 0.16 0 0.15 231.22 0.34 0.77
Hex AF B5 D8 13 10 0 F E7 22 4D
Octal 257 265 330 23 20 0 17 347 42 115
Binary 10101111 10110101 11011000 10011 10000 0 1111 11100111 100010 1001101

Color Harmonies of #AFB5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5D8

Black with #AFB5D8

Text Example


Text Example

White with #AFB5D8

Text Example


Text Example

HTML Codes & Css Web 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>