Html Css Color HEX #AFB7EF Perano

📋 copy color: '#AFB7EF'

red 175 ◦ green 183 ◦ blue 239

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

Shades of Perano #AFB7EF

Tints of Perano #AFB7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 29.31%
G = 30.65%
B = 40.03%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB7EF (or 0xAFB7EF) is known color: Perano. HEX triplet: AF, B7 and EF. RGB value is (175,183,239). Sum of RGB (Red+Green+Blue) = 175+183+239=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7EF is #504810. Grayscale: #BABABA. Windows color (decimal): -5261329 or 15710127. OLE color: 15710127.

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

Color convert

RGB 175 183 239 -
CMYK 0.27 0.23 0 0.06
HSL 232.5º 0.67% 0.81% -
HSV(B) 232.5º 0.27% 0.94% -
XYZ 50.19 49.21 88.51 -
YUV 186.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 175 183 239 0.27 0.23 0 0.06 232.5 0.67 0.81
Hex AF B7 EF 1B 17 0 6 E8 43 51
Octal 257 267 357 33 27 0 6 350 103 121
Binary 10101111 10110111 11101111 11011 10111 0 110 11101000 1000011 1010001

Color Harmonies of #AFB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7EF

Black with #AFB7EF

Text Example


Text Example

White with #AFB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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