Html Css Color HEX #AFB3DF Perano

📋 copy color: '#AFB3DF'

red 175 ◦ green 179 ◦ blue 223

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

Shades of Perano #AFB3DF

Tints of Perano #AFB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.02%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 30.33%
G = 31.02%
B = 38.65%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB3DF (or 0xAFB3DF) is known color: Perano. HEX triplet: AF, B3 and DF. RGB value is (175,179,223). Sum of RGB (Red+Green+Blue) = 175+179+223=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3DF is #504C20. Grayscale: #B6B6B6. Windows color (decimal): -5262369 or 14660527. OLE color: 14660527.

HSL color Cylindrical-coordinate representation of color #AFB3DF: hue angle of 235º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB3DF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 179 223 -
CMYK 0.22 0.20 0 0.13
HSL 235º 0.43% 0.78% -
HSV(B) 235º 0.22% 0.87% -
XYZ 47.12 46.68 76.34 -
YUV 182.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 175 179 223 0.22 0.20 0 0.13 235 0.43 0.78
Hex AF B3 DF 16 14 0 D EB 2B 4E
Octal 257 263 337 26 24 0 15 353 53 116
Binary 10101111 10110011 11011111 10110 10100 0 1101 11101011 101011 1001110

Color Harmonies of #AFB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3DF

Black with #AFB3DF

Text Example


Text Example

White with #AFB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3DF; }

 p { color: rgb(175,179,223); }

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

background-color css

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

 a { background-color: rgb(175,179,223); }

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

border-color css

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

 span { border-color: rgb(175,179,223); }

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