Html Css Color HEX #AFB7EA Perano

📋 copy color: '#AFB7EA'

red 175 ◦ green 183 ◦ blue 234

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

Shades of Perano #AFB7EA

Tints of Perano #AFB7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 29.56%
G = 30.91%
B = 39.53%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFB7EA (or 0xAFB7EA) is known color: Perano. HEX triplet: AF, B7 and EA. RGB value is (175,183,234). Sum of RGB (Red+Green+Blue) = 175+183+234=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7EA is #504815. Grayscale: #BABABA. Windows color (decimal): -5261334 or 15382447. OLE color: 15382447.

HSL color Cylindrical-coordinate representation of color #AFB7EA: hue angle of 231.86º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFB7EA is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 183 234 -
CMYK 0.25 0.22 0 0.08
HSL 231.86º 0.58% 0.8% -
HSV(B) 231.86º 0.25% 0.92% -
XYZ 49.46 48.92 84.68 -
YUV 186.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 175 183 234 0.25 0.22 0 0.08 231.86 0.58 0.8
Hex AF B7 EA 19 16 0 8 E8 3A 50
Octal 257 267 352 31 26 0 10 350 72 120
Binary 10101111 10110111 11101010 11001 10110 0 1000 11101000 111010 1010000

Color Harmonies of #AFB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7EA

Black with #AFB7EA

Text Example


Text Example

White with #AFB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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