Shades of Baby Blue #6AF9FE
Tints of Baby Blue #6AF9FE
RGB
CMYK
RGB Variations
Color information
#6AF9FE (or 0x6AF9FE) is known color: Baby Blue. HEX triplet: 6A, F9 and FE. RGB value is (106,249,254). Sum of RGB (Red+Green+Blue) = 106+249+254=609 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.41% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AF9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF9FE is #950601. Grayscale: #CECECE. Windows color (decimal): -9766402 or 16709994. OLE color: 16709994.
HSL color Cylindrical-coordinate representation of color #6AF9FE: hue angle of 182.03º 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 #6AF9FE is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 249 | 254 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.00 |
| HSL | 182.03º | 0.99% | 0.71% | - |
| HSV(B) | 182.03º | 0.58% | 1% | - |
| XYZ | 57.71 | 77.97 | 105.77 | - |
| YUV | 206.81 | 154.62 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 249 | 254 | 0.58 | 0.02 | 0 | 0.00 | 182.03 | 0.99 | 0.71 |
| Hex | 6A | F9 | FE | 3A | 2 | 0 | 0 | B6 | 63 | 47 |
| Octal | 152 | 371 | 376 | 72 | 2 | 0 | 0 | 266 | 143 | 107 |
| Binary | 1101010 | 11111001 | 11111110 | 111010 | 10 | 0 | 0 | 10110110 | 1100011 | 1000111 |
Color Harmonies of #6AF9FE
Complementary color
Monochromatic Colors of #6AF9FE
Black with #6AF9FE
Text Example
Text Example
White with #6AF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF9FE; }
p { color: rgb(106,249,254); }
H1.HeaderClassName
{
color: #6AF9FE;
}
.AnyTagClassName
{
color: #6AF9FE;
}
</style>
background-color css
<style>
a { background-color: #6AF9FE; }
a { background-color: rgb(106,249,254); }
div.DivClassName
{
background-color: #6AF9FE;
}
.BgClassName
{
background-color: #6AF9FE;
}
</style>
border-color css
<style>
span { border-color: #6AF9FE; }
span { border-color: rgb(106,249,254); }
td.TdClassName
{
border-color: #6AF9FE;
}
.TagClassName
{
border-color: #6AF9FE;
}
</style>