Shades of Perano #AFB3E6
Tints of Perano #AFB3E6
RGB
CMYK
RGB Variations
Color information
#AFB3E6 (or 0xAFB3E6) is known color: Perano. HEX triplet: AF, B3 and E6. RGB value is (175,179,230). Sum of RGB (Red+Green+Blue) = 175+179+230=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFB3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3E6 is #504C19. Grayscale: #B7B7B7. Windows color (decimal): -5262362 or 15119279. OLE color: 15119279.
HSL color Cylindrical-coordinate representation of color #AFB3E6: hue angle of 235.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB3E6 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 179 | 230 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.10 |
| HSL | 235.64º | 0.52% | 0.79% | - |
| HSV(B) | 235.64º | 0.24% | 0.9% | - |
| XYZ | 48.08 | 47.07 | 81.41 | - |
| YUV | 183.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 230 | 0.24 | 0.22 | 0 | 0.10 | 235.64 | 0.52 | 0.79 |
| Hex | AF | B3 | E6 | 18 | 16 | 0 | A | EC | 34 | 4F |
| Octal | 257 | 263 | 346 | 30 | 26 | 0 | 12 | 354 | 64 | 117 |
| Binary | 10101111 | 10110011 | 11100110 | 11000 | 10110 | 0 | 1010 | 11101100 | 110100 | 1001111 |
Color Harmonies of #AFB3E6
Complementary color
Monochromatic Colors of #AFB3E6
Black with #AFB3E6
Text Example
Text Example
White with #AFB3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3E6; }
p { color: rgb(175,179,230); }
H1.HeaderClassName
{
color: #AFB3E6;
}
.AnyTagClassName
{
color: #AFB3E6;
}
</style>
background-color css
<style>
a { background-color: #AFB3E6; }
a { background-color: rgb(175,179,230); }
div.DivClassName
{
background-color: #AFB3E6;
}
.BgClassName
{
background-color: #AFB3E6;
}
</style>
border-color css
<style>
span { border-color: #AFB3E6; }
span { border-color: rgb(175,179,230); }
td.TdClassName
{
border-color: #AFB3E6;
}
.TagClassName
{
border-color: #AFB3E6;
}
</style>