Html Css Color HEX #AFB7EC Perano

📋 copy color: '#AFB7EC'

red 175 ◦ green 183 ◦ blue 236

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

Shades of Perano #AFB7EC

Tints of Perano #AFB7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 29.46%
G = 30.81%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFB7EC (or 0xAFB7EC) is known color: Perano. HEX triplet: AF, B7 and EC. RGB value is (175,183,236). Sum of RGB (Red+Green+Blue) = 175+183+236=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7EC is #504813. Grayscale: #BABABA. Windows color (decimal): -5261332 or 15513519. OLE color: 15513519.

HSL color Cylindrical-coordinate representation of color #AFB7EC: hue angle of 232.13º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB7EC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 183 236 -
CMYK 0.26 0.22 0 0.07
HSL 232.13º 0.62% 0.81% -
HSV(B) 232.13º 0.26% 0.93% -
XYZ 49.75 49.04 86.2 -
YUV 186.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 175 183 236 0.26 0.22 0 0.07 232.13 0.62 0.81
Hex AF B7 EC 1A 16 0 7 E8 3E 51
Octal 257 267 354 32 26 0 7 350 76 121
Binary 10101111 10110111 11101100 11010 10110 0 111 11101000 111110 1010001

Color Harmonies of #AFB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7EC

Black with #AFB7EC

Text Example


Text Example

White with #AFB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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