Html Css Color HEX #AFB4EC Perano

📋 copy color: '#AFB4EC'

red 175 ◦ green 180 ◦ blue 236

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

Shades of Perano #AFB4EC

Tints of Perano #AFB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.46%

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

R = 29.61%
G = 30.46%
B = 39.93%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFB4EC (or 0xAFB4EC) is known color: Perano. HEX triplet: AF, B4 and EC. RGB value is (175,180,236). Sum of RGB (Red+Green+Blue) = 175+180+236=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4EC is #504B13. Grayscale: #B8B8B8. Windows color (decimal): -5262100 or 15512751. OLE color: 15512751.

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

Color convert

RGB 175 180 236 -
CMYK 0.26 0.24 0 0.07
HSL 235.08º 0.62% 0.81% -
HSV(B) 235.08º 0.26% 0.93% -
XYZ 49.14 47.81 86 -
YUV 184.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 175 180 236 0.26 0.24 0 0.07 235.08 0.62 0.81
Hex AF B4 EC 1A 18 0 7 EB 3E 51
Octal 257 264 354 32 30 0 7 353 76 121
Binary 10101111 10110100 11101100 11010 11000 0 111 11101011 111110 1010001

Color Harmonies of #AFB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4EC

Black with #AFB4EC

Text Example


Text Example

White with #AFB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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