Html Css Color HEX #AFB1E1 Perano

📋 copy color: '#AFB1E1'

red 175 ◦ green 177 ◦ blue 225

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

Shades of Perano #AFB1E1

Tints of Perano #AFB1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.68%

 BLUE value IS 225 (88.28% from 255) = 38.99%

R = 30.33%
G = 30.68%
B = 38.99%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFB1E1 (or 0xAFB1E1) is known color: Perano. HEX triplet: AF, B1 and E1. RGB value is (175,177,225). Sum of RGB (Red+Green+Blue) = 175+177+225=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFB1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1E1 is #504E1E. Grayscale: #B5B5B5. Windows color (decimal): -5262879 or 14791087. OLE color: 14791087.

HSL color Cylindrical-coordinate representation of color #AFB1E1: hue angle of 237.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB1E1 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 177 225 -
CMYK 0.22 0.21 0 0.12
HSL 237.6º 0.45% 0.78% -
HSV(B) 237.6º 0.22% 0.88% -
XYZ 46.99 45.99 77.64 -
YUV 181.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 175 177 225 0.22 0.21 0 0.12 237.6 0.45 0.78
Hex AF B1 E1 16 15 0 C EE 2D 4E
Octal 257 261 341 26 25 0 14 356 55 116
Binary 10101111 10110001 11100001 10110 10101 0 1100 11101110 101101 1001110

Color Harmonies of #AFB1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB1E1

Black with #AFB1E1

Text Example


Text Example

White with #AFB1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB1E1; }

 p { color: rgb(175,177,225); }

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

background-color css

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

 a { background-color: rgb(175,177,225); }

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

border-color css

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

 span { border-color: rgb(175,177,225); }

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