Shades of Baby Blue #6AFFFD
Tints of Baby Blue #6AFFFD
RGB
CMYK
RGB Variations
Color information
#6AFFFD (or 0x6AFFFD) is known color: Baby Blue. HEX triplet: 6A, FF and FD. RGB value is (106,255,253). Sum of RGB (Red+Green+Blue) = 106+255+253=614 (81% of max value = 765). Red value is 106 (41.80% from 255 or 17.26% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFFFD is #950002. Grayscale: #D2D2D2. Windows color (decimal): -9764867 or 16645994. OLE color: 16645994.
HSL color Cylindrical-coordinate representation of color #6AFFFD: hue angle of 179.19º 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 #6AFFFD is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 253 | - |
| CMYK | 0.58 | 0 | 0.01 | 0 |
| HSL | 179.19º | 1% | 0.71% | - |
| HSV(B) | 179.19º | 0.58% | 1% | - |
| XYZ | 59.43 | 81.68 | 105.56 | - |
| YUV | 210.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 253 | 0.58 | 0 | 0.01 | 0 | 179.19 | 1 | 0.71 |
| Hex | 6A | FF | FD | 3A | 0 | 1 | 0 | B3 | 64 | 47 |
| Octal | 152 | 377 | 375 | 72 | 0 | 1 | 0 | 263 | 144 | 107 |
| Binary | 1101010 | 11111111 | 11111101 | 111010 | 0 | 1 | 0 | 10110011 | 1100100 | 1000111 |
Color Harmonies of #6AFFFD
Complementary color
Monochromatic Colors of #6AFFFD
Black with #6AFFFD
Text Example
Text Example
White with #6AFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFFD; }
p { color: rgb(106,255,253); }
H1.HeaderClassName
{
color: #6AFFFD;
}
.AnyTagClassName
{
color: #6AFFFD;
}
</style>
background-color css
<style>
a { background-color: #6AFFFD; }
a { background-color: rgb(106,255,253); }
div.DivClassName
{
background-color: #6AFFFD;
}
.BgClassName
{
background-color: #6AFFFD;
}
</style>
border-color css
<style>
span { border-color: #6AFFFD; }
span { border-color: rgb(106,255,253); }
td.TdClassName
{
border-color: #6AFFFD;
}
.TagClassName
{
border-color: #6AFFFD;
}
</style>