Html Css Color HEX #AFB9F5 Perano

📋 copy color: '#AFB9F5'

red 175 ◦ green 185 ◦ blue 245

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

Shades of Perano #AFB9F5

Tints of Perano #AFB9F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.5%

R = 28.93%
G = 30.58%
B = 40.5%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFB9F5 (or 0xAFB9F5) is known color: Perano. HEX triplet: AF, B9 and F5. RGB value is (175,185,245). Sum of RGB (Red+Green+Blue) = 175+185+245=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFB9F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9F5 is #50460A. Grayscale: #BCBCBC. Windows color (decimal): -5260811 or 16103855. OLE color: 16103855.

HSL color Cylindrical-coordinate representation of color #AFB9F5: hue angle of 231.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFB9F5 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 185 245 -
CMYK 0.29 0.24 0 0.04
HSL 231.43º 0.78% 0.82% -
HSV(B) 231.43º 0.29% 0.96% -
XYZ 51.51 50.4 93.4 -
YUV 188.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 175 185 245 0.29 0.24 0 0.04 231.43 0.78 0.82
Hex AF B9 F5 1D 18 0 4 E7 4E 52
Octal 257 271 365 35 30 0 4 347 116 122
Binary 10101111 10111001 11110101 11101 11000 0 100 11100111 1001110 1010010

Color Harmonies of #AFB9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9F5

Black with #AFB9F5

Text Example


Text Example

White with #AFB9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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