Html Css Color HEX #AFBFF8 Perano

📋 copy color: '#AFBFF8'

red 175 ◦ green 191 ◦ blue 248

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

Shades of Perano #AFBFF8

Tints of Perano #AFBFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 31.11%

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 28.5%
G = 31.11%
B = 40.39%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFBFF8 (or 0xAFBFF8) is known color: Perano. HEX triplet: AF, BF and F8. RGB value is (175,191,248). Sum of RGB (Red+Green+Blue) = 175+191+248=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFBFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFF8 is #504007. Grayscale: #C0C0C0. Windows color (decimal): -5259272 or 16301999. OLE color: 16301999.

HSL color Cylindrical-coordinate representation of color #AFBFF8: hue angle of 226.85º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBFF8 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 191 248 -
CMYK 0.29 0.23 0 0.03
HSL 226.85º 0.84% 0.83% -
HSV(B) 226.85º 0.29% 0.97% -
XYZ 53.25 53.15 96.26 -
YUV 192.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 175 191 248 0.29 0.23 0 0.03 226.85 0.84 0.83
Hex AF BF F8 1D 17 0 3 E3 54 53
Octal 257 277 370 35 27 0 3 343 124 123
Binary 10101111 10111111 11111000 11101 10111 0 11 11100011 1010100 1010011

Color Harmonies of #AFBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFF8

Black with #AFBFF8

Text Example


Text Example

White with #AFBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFF8; }

 p { color: rgb(175,191,248); }

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

background-color css

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

 a { background-color: rgb(175,191,248); }

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

border-color css

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

 span { border-color: rgb(175,191,248); }

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