Shades of Baby Blue #6AFCFF
Tints of Baby Blue #6AFCFF
RGB
CMYK
RGB Variations
Color information
#6AFCFF (or 0x6AFCFF) is known color: Baby Blue. HEX triplet: 6A, FC and FF. RGB value is (106,252,255). Sum of RGB (Red+Green+Blue) = 106+252+255=613 (81% of max value = 765). Red value is 106 (41.80% from 255 or 17.29% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFCFF is #950300. Grayscale: #D0D0D0. Windows color (decimal): -9765633 or 16776298. OLE color: 16776298.
HSL color Cylindrical-coordinate representation of color #6AFCFF: hue angle of 181.21º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCFF is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 252 | 255 | - |
| CMYK | 0.58 | 0.01 | 0 | 0 |
| HSL | 181.21º | 1% | 0.71% | - |
| HSV(B) | 181.21º | 0.58% | 1% | - |
| XYZ | 58.8 | 79.9 | 106.93 | - |
| YUV | 208.69 | 154.13 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 255 | 0.58 | 0.01 | 0 | 0 | 181.21 | 1 | 0.71 |
| Hex | 6A | FC | FF | 3A | 1 | 0 | 0 | B5 | 64 | 47 |
| Octal | 152 | 374 | 377 | 72 | 1 | 0 | 0 | 265 | 144 | 107 |
| Binary | 1101010 | 11111100 | 11111111 | 111010 | 1 | 0 | 0 | 10110101 | 1100100 | 1000111 |
Color Harmonies of #6AFCFF
Complementary color
Monochromatic Colors of #6AFCFF
Black with #6AFCFF
Text Example
Text Example
White with #6AFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCFF; }
p { color: rgb(106,252,255); }
H1.HeaderClassName
{
color: #6AFCFF;
}
.AnyTagClassName
{
color: #6AFCFF;
}
</style>
background-color css
<style>
a { background-color: #6AFCFF; }
a { background-color: rgb(106,252,255); }
div.DivClassName
{
background-color: #6AFCFF;
}
.BgClassName
{
background-color: #6AFCFF;
}
</style>
border-color css
<style>
span { border-color: #6AFCFF; }
span { border-color: rgb(106,252,255); }
td.TdClassName
{
border-color: #6AFCFF;
}
.TagClassName
{
border-color: #6AFCFF;
}
</style>