Shades of Cornflower Blue #69AAFF
Tints of Cornflower Blue #69AAFF
RGB
CMYK
RGB Variations
Color information
#69AAFF (or 0x69AAFF) is known color: Cornflower Blue. HEX triplet: 69, AA and FF. RGB value is (105,170,255). Sum of RGB (Red+Green+Blue) = 105+170+255=530 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.81% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #69AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AAFF is #965500. Grayscale: #9F9F9F. Windows color (decimal): -9852161 or 16755305. OLE color: 16755305.
HSL color Cylindrical-coordinate representation of color #69AAFF: hue angle of 214º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69AAFF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 170 | 255 | - |
| CMYK | 0.59 | 0.33 | 0 | 0 |
| HSL | 214º | 1% | 0.71% | - |
| HSV(B) | 214º | 0.59% | 1% | - |
| XYZ | 38.25 | 38.97 | 100.11 | - |
| YUV | 160.26 | 181.47 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 255 | 0.59 | 0.33 | 0 | 0 | 214 | 1 | 0.71 |
| Hex | 69 | AA | FF | 3B | 21 | 0 | 0 | D6 | 64 | 47 |
| Octal | 151 | 252 | 377 | 73 | 41 | 0 | 0 | 326 | 144 | 107 |
| Binary | 1101001 | 10101010 | 11111111 | 111011 | 100001 | 0 | 0 | 11010110 | 1100100 | 1000111 |
Color Harmonies of #69AAFF
Complementary color
Monochromatic Colors of #69AAFF
Black with #69AAFF
Text Example
Text Example
White with #69AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AAFF; }
p { color: rgb(105,170,255); }
H1.HeaderClassName
{
color: #69AAFF;
}
.AnyTagClassName
{
color: #69AAFF;
}
</style>
background-color css
<style>
a { background-color: #69AAFF; }
a { background-color: rgb(105,170,255); }
div.DivClassName
{
background-color: #69AAFF;
}
.BgClassName
{
background-color: #69AAFF;
}
</style>
border-color css
<style>
span { border-color: #69AAFF; }
span { border-color: rgb(105,170,255); }
td.TdClassName
{
border-color: #69AAFF;
}
.TagClassName
{
border-color: #69AAFF;
}
</style>