Html Css Color HEX #AFB1F0 Perano

📋 copy color: '#AFB1F0'

red 175 ◦ green 177 ◦ blue 240

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

Shades of Perano #AFB1F0

Tints of Perano #AFB1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 29.56%
G = 29.9%
B = 40.54%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB1F0 (or 0xAFB1F0) is known color: Perano. HEX triplet: AF, B1 and F0. RGB value is (175,177,240). Sum of RGB (Red+Green+Blue) = 175+177+240=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFB1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB1F0 is #504E0F. Grayscale: #B7B7B7. Windows color (decimal): -5262864 or 15774127. OLE color: 15774127.

HSL color Cylindrical-coordinate representation of color #AFB1F0: hue angle of 238.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB1F0 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 177 240 -
CMYK 0.27 0.26 0 0.06
HSL 238.15º 0.68% 0.81% -
HSV(B) 238.15º 0.27% 0.94% -
XYZ 49.13 46.85 88.89 -
YUV 183.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 175 177 240 0.27 0.26 0 0.06 238.15 0.68 0.81
Hex AF B1 F0 1B 1A 0 6 EE 44 51
Octal 257 261 360 33 32 0 6 356 104 121
Binary 10101111 10110001 11110000 11011 11010 0 110 11101110 1000100 1010001

Color Harmonies of #AFB1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB1F0

Black with #AFB1F0

Text Example


Text Example

White with #AFB1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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