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