Html Css Color HEX #AFB9EC Perano

📋 copy color: '#AFB9EC'

red 175 ◦ green 185 ◦ blue 236

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

Shades of Perano #AFB9EC

Tints of Perano #AFB9EC

RGB

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

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

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

R = 29.36%
G = 31.04%
B = 39.6%

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

#AFB9EC (or 0xAFB9EC) is known color: Perano. HEX triplet: AF, B9 and EC. RGB value is (175,185,236). Sum of RGB (Red+Green+Blue) = 175+185+236=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9EC is #504613. Grayscale: #BBBBBB. Windows color (decimal): -5260820 or 15514031. OLE color: 15514031.

HSL color Cylindrical-coordinate representation of color #AFB9EC: hue angle of 230.16º 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 #AFB9EC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 185 236 -
CMYK 0.26 0.22 0 0.07
HSL 230.16º 0.62% 0.81% -
HSV(B) 230.16º 0.26% 0.93% -
XYZ 50.17 49.87 86.34 -
YUV 187.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 175 185 236 0.26 0.22 0 0.07 230.16 0.62 0.81
Hex AF B9 EC 1A 16 0 7 E6 3E 51
Octal 257 271 354 32 26 0 7 346 76 121
Binary 10101111 10111001 11101100 11010 10110 0 111 11100110 111110 1010001

Color Harmonies of #AFB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9EC

Black with #AFB9EC

Text Example


Text Example

White with #AFB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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