Shades of Baby Blue #6AFDFE
Tints of Baby Blue #6AFDFE
RGB
CMYK
RGB Variations
Color information
#6AFDFE (or 0x6AFDFE) is known color: Baby Blue. HEX triplet: 6A, FD and FE. RGB value is (106,253,254). Sum of RGB (Red+Green+Blue) = 106+253+254=613 (81% of max value = 765). Red value is 106 (41.80% from 255 or 17.29% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFDFE is #950201. Grayscale: #D1D1D1. Windows color (decimal): -9765378 or 16711018. OLE color: 16711018.
HSL color Cylindrical-coordinate representation of color #6AFDFE: hue angle of 180.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDFE is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 253 | 254 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.00 |
| HSL | 180.41º | 0.99% | 0.71% | - |
| HSV(B) | 180.41º | 0.58% | 1% | - |
| XYZ | 58.96 | 80.47 | 106.19 | - |
| YUV | 209.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 254 | 0.58 | 0.00 | 0 | 0.00 | 180.41 | 0.99 | 0.71 |
| Hex | 6A | FD | FE | 3A | 0 | 0 | 0 | B4 | 63 | 47 |
| Octal | 152 | 375 | 376 | 72 | 0 | 0 | 0 | 264 | 143 | 107 |
| Binary | 1101010 | 11111101 | 11111110 | 111010 | 0 | 0 | 0 | 10110100 | 1100011 | 1000111 |
Color Harmonies of #6AFDFE
Complementary color
Monochromatic Colors of #6AFDFE
Black with #6AFDFE
Text Example
Text Example
White with #6AFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDFE; }
p { color: rgb(106,253,254); }
H1.HeaderClassName
{
color: #6AFDFE;
}
.AnyTagClassName
{
color: #6AFDFE;
}
</style>
background-color css
<style>
a { background-color: #6AFDFE; }
a { background-color: rgb(106,253,254); }
div.DivClassName
{
background-color: #6AFDFE;
}
.BgClassName
{
background-color: #6AFDFE;
}
</style>
border-color css
<style>
span { border-color: #6AFDFE; }
span { border-color: rgb(106,253,254); }
td.TdClassName
{
border-color: #6AFDFE;
}
.TagClassName
{
border-color: #6AFDFE;
}
</style>