Html Css Color HEX #AFB5FE Perano

📋 copy color: '#AFB5FE'

red 175 ◦ green 181 ◦ blue 254

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

Shades of Perano #AFB5FE

Tints of Perano #AFB5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 28.69%
G = 29.67%
B = 41.64%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFB5FE (or 0xAFB5FE) is known color: Perano. HEX triplet: AF, B5 and FE. RGB value is (175,181,254). Sum of RGB (Red+Green+Blue) = 175+181+254=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5FE is #504A01. Grayscale: #BBBBBB. Windows color (decimal): -5261826 or 16692655. OLE color: 16692655.

HSL color Cylindrical-coordinate representation of color #AFB5FE: hue angle of 235.44º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB5FE is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 181 254 -
CMYK 0.31 0.29 0 0.00
HSL 235.44º 0.98% 0.84% -
HSV(B) 235.44º 0.31% 1% -
XYZ 52.09 49.32 100.54 -
YUV 187.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 175 181 254 0.31 0.29 0 0.00 235.44 0.98 0.84
Hex AF B5 FE 1F 1D 0 0 EB 62 54
Octal 257 265 376 37 35 0 0 353 142 124
Binary 10101111 10110101 11111110 11111 11101 0 0 11101011 1100010 1010100

Color Harmonies of #AFB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5FE

Black with #AFB5FE

Text Example


Text Example

White with #AFB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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