Html Css Color HEX #AFB6D8 Perano

📋 copy color: '#AFB6D8'

red 175 ◦ green 182 ◦ blue 216

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

Shades of Perano #AFB6D8

Tints of Perano #AFB6D8

RGB

 RED value IS 175 (68.75% from 255) = 30.54%

 GREEN value IS 182 (71.48% from 255) = 31.76%

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 30.54%
G = 31.76%
B = 37.7%

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

#AFB6D8 (or 0xAFB6D8) is known color: Perano. HEX triplet: AF, B6 and D8. RGB value is (175,182,216). Sum of RGB (Red+Green+Blue) = 175+182+216=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFB6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6D8 is #504927. Grayscale: #B7B7B7. Windows color (decimal): -5261608 or 14202543. OLE color: 14202543.

HSL color Cylindrical-coordinate representation of color #AFB6D8: hue angle of 229.76º 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 #AFB6D8 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 182 216 -
CMYK 0.19 0.16 0 0.15
HSL 229.76º 0.34% 0.77% -
HSV(B) 229.76º 0.19% 0.85% -
XYZ 46.8 47.53 71.67 -
YUV 183.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 175 182 216 0.19 0.16 0 0.15 229.76 0.34 0.77
Hex AF B6 D8 13 10 0 F E6 22 4D
Octal 257 266 330 23 20 0 17 346 42 115
Binary 10101111 10110110 11011000 10011 10000 0 1111 11100110 100010 1001101

Color Harmonies of #AFB6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6D8

Black with #AFB6D8

Text Example


Text Example

White with #AFB6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6D8; }

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

 H1.HeaderClassName
 {
   color: #AFB6D8;
 }
 .AnyTagClassName
 {
   color: #AFB6D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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