Html Css Color HEX #AFB9FB Perano

📋 copy color: '#AFB9FB'

red 175 ◦ green 185 ◦ blue 251

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

Shades of Perano #AFB9FB

Tints of Perano #AFB9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.28%

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 28.64%
G = 30.28%
B = 41.08%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB9FB (or 0xAFB9FB) is known color: Perano. HEX triplet: AF, B9 and FB. RGB value is (175,185,251). Sum of RGB (Red+Green+Blue) = 175+185+251=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9FB is #504604. Grayscale: #BDBDBD. Windows color (decimal): -5260805 or 16497071. OLE color: 16497071.

HSL color Cylindrical-coordinate representation of color #AFB9FB: hue angle of 232.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB9FB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 185 251 -
CMYK 0.30 0.26 0 0.02
HSL 232.11º 0.9% 0.84% -
HSV(B) 232.11º 0.3% 0.98% -
XYZ 52.44 50.78 98.3 -
YUV 189.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 175 185 251 0.30 0.26 0 0.02 232.11 0.9 0.84
Hex AF B9 FB 1E 1A 0 2 E8 5A 54
Octal 257 271 373 36 32 0 2 350 132 124
Binary 10101111 10111001 11111011 11110 11010 0 10 11101000 1011010 1010100

Color Harmonies of #AFB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9FB

Black with #AFB9FB

Text Example


Text Example

White with #AFB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9FB; }

 p { color: rgb(175,185,251); }

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

background-color css

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

 a { background-color: rgb(175,185,251); }

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

border-color css

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

 span { border-color: rgb(175,185,251); }

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