Shades of Baby Blue #6AF8FA
Tints of Baby Blue #6AF8FA
RGB
CMYK
RGB Variations
Color information
#6AF8FA (or 0x6AF8FA) is known color: Baby Blue. HEX triplet: 6A, F8 and FA. RGB value is (106,248,250). Sum of RGB (Red+Green+Blue) = 106+248+250=604 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.55% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AF8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF8FA is #950705. Grayscale: #CDCDCD. Windows color (decimal): -9766662 or 16447594. OLE color: 16447594.
HSL color Cylindrical-coordinate representation of color #6AF8FA: hue angle of 180.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AF8FA is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 248 | 250 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.02 |
| HSL | 180.83º | 0.94% | 0.7% | - |
| HSV(B) | 180.83º | 0.58% | 0.98% | - |
| XYZ | 56.77 | 77.1 | 102.33 | - |
| YUV | 205.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 250 | 0.58 | 0.01 | 0 | 0.02 | 180.83 | 0.94 | 0.7 |
| Hex | 6A | F8 | FA | 3A | 1 | 0 | 2 | B5 | 5E | 46 |
| Octal | 152 | 370 | 372 | 72 | 1 | 0 | 2 | 265 | 136 | 106 |
| Binary | 1101010 | 11111000 | 11111010 | 111010 | 1 | 0 | 10 | 10110101 | 1011110 | 1000110 |
Color Harmonies of #6AF8FA
Complementary color
Monochromatic Colors of #6AF8FA
Black with #6AF8FA
Text Example
Text Example
White with #6AF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF8FA; }
p { color: rgb(106,248,250); }
H1.HeaderClassName
{
color: #6AF8FA;
}
.AnyTagClassName
{
color: #6AF8FA;
}
</style>
background-color css
<style>
a { background-color: #6AF8FA; }
a { background-color: rgb(106,248,250); }
div.DivClassName
{
background-color: #6AF8FA;
}
.BgClassName
{
background-color: #6AF8FA;
}
</style>
border-color css
<style>
span { border-color: #6AF8FA; }
span { border-color: rgb(106,248,250); }
td.TdClassName
{
border-color: #6AF8FA;
}
.TagClassName
{
border-color: #6AF8FA;
}
</style>