Html Css Color HEX #AFB7F0 Perano

📋 copy color: '#AFB7F0'

red 175 ◦ green 183 ◦ blue 240

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

Shades of Perano #AFB7F0

Tints of Perano #AFB7F0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.6%

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

R = 29.26%
G = 30.6%
B = 40.13%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB7F0 (or 0xAFB7F0) is known color: Perano. HEX triplet: AF, B7 and F0. RGB value is (175,183,240). Sum of RGB (Red+Green+Blue) = 175+183+240=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFB7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7F0 is #50480F. Grayscale: #BABABA. Windows color (decimal): -5261328 or 15775663. OLE color: 15775663.

HSL color Cylindrical-coordinate representation of color #AFB7F0: hue angle of 232.62º 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 #AFB7F0 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 183 240 -
CMYK 0.27 0.24 0 0.06
HSL 232.62º 0.68% 0.81% -
HSV(B) 232.62º 0.27% 0.94% -
XYZ 50.34 49.27 89.3 -
YUV 187.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 175 183 240 0.27 0.24 0 0.06 232.62 0.68 0.81
Hex AF B7 F0 1B 18 0 6 E9 44 51
Octal 257 267 360 33 30 0 6 351 104 121
Binary 10101111 10110111 11110000 11011 11000 0 110 11101001 1000100 1010001

Color Harmonies of #AFB7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7F0

Black with #AFB7F0

Text Example


Text Example

White with #AFB7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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