Html Css Color HEX #AFB5EA Perano

📋 copy color: '#AFB5EA'

red 175 ◦ green 181 ◦ blue 234

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

Shades of Perano #AFB5EA

Tints of Perano #AFB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.68%

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

R = 29.66%
G = 30.68%
B = 39.66%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFB5EA (or 0xAFB5EA) is known color: Perano. HEX triplet: AF, B5 and EA. RGB value is (175,181,234). Sum of RGB (Red+Green+Blue) = 175+181+234=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFB5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5EA is #504A15. Grayscale: #B9B9B9. Windows color (decimal): -5261846 or 15381935. OLE color: 15381935.

HSL color Cylindrical-coordinate representation of color #AFB5EA: hue angle of 233.9º 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 #AFB5EA is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 181 234 -
CMYK 0.25 0.23 0 0.08
HSL 233.9º 0.58% 0.8% -
HSV(B) 233.9º 0.25% 0.92% -
XYZ 49.05 48.1 84.54 -
YUV 185.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 175 181 234 0.25 0.23 0 0.08 233.9 0.58 0.8
Hex AF B5 EA 19 17 0 8 EA 3A 50
Octal 257 265 352 31 27 0 10 352 72 120
Binary 10101111 10110101 11101010 11001 10111 0 1000 11101010 111010 1010000

Color Harmonies of #AFB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5EA

Black with #AFB5EA

Text Example


Text Example

White with #AFB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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