Html Css Color HEX #AFB8FB Perano

📋 copy color: '#AFB8FB'

red 175 ◦ green 184 ◦ blue 251

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

Shades of Perano #AFB8FB

Tints of Perano #AFB8FB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.16%

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 28.69%
G = 30.16%
B = 41.15%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB8FB (or 0xAFB8FB) is known color: Perano. HEX triplet: AF, B8 and FB. RGB value is (175,184,251). Sum of RGB (Red+Green+Blue) = 175+184+251=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8FB is #504704. Grayscale: #BCBCBC. Windows color (decimal): -5261061 or 16496815. OLE color: 16496815.

HSL color Cylindrical-coordinate representation of color #AFB8FB: hue angle of 232.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB8FB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 184 251 -
CMYK 0.30 0.27 0 0.02
HSL 232.89º 0.9% 0.84% -
HSV(B) 232.89º 0.3% 0.98% -
XYZ 52.23 50.36 98.23 -
YUV 188.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 175 184 251 0.30 0.27 0 0.02 232.89 0.9 0.84
Hex AF B8 FB 1E 1B 0 2 E9 5A 54
Octal 257 270 373 36 33 0 2 351 132 124
Binary 10101111 10111000 11111011 11110 11011 0 10 11101001 1011010 1010100

Color Harmonies of #AFB8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8FB

Black with #AFB8FB

Text Example


Text Example

White with #AFB8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8FB; }

 p { color: rgb(175,184,251); }

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

background-color css

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

 a { background-color: rgb(175,184,251); }

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

border-color css

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

 span { border-color: rgb(175,184,251); }

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