Html Css Color HEX #AFB6F9 Perano

📋 copy color: '#AFB6F9'

red 175 ◦ green 182 ◦ blue 249

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

Shades of Perano #AFB6F9

Tints of Perano #AFB6F9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.03%

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

R = 28.88%
G = 30.03%
B = 41.09%

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

#AFB6F9 (or 0xAFB6F9) is known color: Perano. HEX triplet: AF, B6 and F9. RGB value is (175,182,249). Sum of RGB (Red+Green+Blue) = 175+182+249=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFB6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6F9 is #504906. Grayscale: #BBBBBB. Windows color (decimal): -5261575 or 16365231. OLE color: 16365231.

HSL color Cylindrical-coordinate representation of color #AFB6F9: hue angle of 234.32º 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 #AFB6F9 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 182 249 -
CMYK 0.30 0.27 0 0.02
HSL 234.32º 0.86% 0.83% -
HSV(B) 234.32º 0.3% 0.98% -
XYZ 51.51 49.41 96.44 -
YUV 187.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 175 182 249 0.30 0.27 0 0.02 234.32 0.86 0.83
Hex AF B6 F9 1E 1B 0 2 EA 56 53
Octal 257 266 371 36 33 0 2 352 126 123
Binary 10101111 10110110 11111001 11110 11011 0 10 11101010 1010110 1010011

Color Harmonies of #AFB6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6F9

Black with #AFB6F9

Text Example


Text Example

White with #AFB6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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