Html Css Color HEX #AFB9F9 Perano

📋 copy color: '#AFB9F9'

red 175 ◦ green 185 ◦ blue 249

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

Shades of Perano #AFB9F9

Tints of Perano #AFB9F9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.38%

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 28.74%
G = 30.38%
B = 40.89%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB9F9 (or 0xAFB9F9) is known color: Perano. HEX triplet: AF, B9 and F9. RGB value is (175,185,249). Sum of RGB (Red+Green+Blue) = 175+185+249=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFB9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9F9 is #504606. Grayscale: #BDBDBD. Windows color (decimal): -5260807 or 16365999. OLE color: 16365999.

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

Color convert

RGB 175 185 249 -
CMYK 0.30 0.26 0 0.02
HSL 231.89º 0.86% 0.83% -
HSV(B) 231.89º 0.3% 0.98% -
XYZ 52.13 50.65 96.65 -
YUV 189.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 175 185 249 0.30 0.26 0 0.02 231.89 0.86 0.83
Hex AF B9 F9 1E 1A 0 2 E8 56 53
Octal 257 271 371 36 32 0 2 350 126 123
Binary 10101111 10111001 11111001 11110 11010 0 10 11101000 1010110 1010011

Color Harmonies of #AFB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9F9

Black with #AFB9F9

Text Example


Text Example

White with #AFB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9F9; }

 p { color: rgb(175,185,249); }

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

background-color css

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

 a { background-color: rgb(175,185,249); }

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

border-color css

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

 span { border-color: rgb(175,185,249); }

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