Shades of Baby Blue #6AF8F4
Tints of Baby Blue #6AF8F4
RGB
CMYK
RGB Variations
Color information
#6AF8F4 (or 0x6AF8F4) is known color: Baby Blue. HEX triplet: 6A, F8 and F4. RGB value is (106,248,244). Sum of RGB (Red+Green+Blue) = 106+248+244=598 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.73% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF8F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF8F4 is #95070B. Grayscale: #CCCCCC. Windows color (decimal): -9766668 or 16054378. OLE color: 16054378.
HSL color Cylindrical-coordinate representation of color #6AF8F4: hue angle of 178.31º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF8F4 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 248 | 244 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.03 |
| HSL | 178.31º | 0.91% | 0.69% | - |
| HSV(B) | 178.31º | 0.57% | 0.97% | - |
| XYZ | 55.84 | 76.73 | 97.46 | - |
| YUV | 205.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 244 | 0.57 | 0 | 0.02 | 0.03 | 178.31 | 0.91 | 0.69 |
| Hex | 6A | F8 | F4 | 39 | 0 | 2 | 3 | B2 | 5B | 45 |
| Octal | 152 | 370 | 364 | 71 | 0 | 2 | 3 | 262 | 133 | 105 |
| Binary | 1101010 | 11111000 | 11110100 | 111001 | 0 | 10 | 11 | 10110010 | 1011011 | 1000101 |
Color Harmonies of #6AF8F4
Complementary color
Monochromatic Colors of #6AF8F4
Black with #6AF8F4
Text Example
Text Example
White with #6AF8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF8F4; }
p { color: rgb(106,248,244); }
H1.HeaderClassName
{
color: #6AF8F4;
}
.AnyTagClassName
{
color: #6AF8F4;
}
</style>
background-color css
<style>
a { background-color: #6AF8F4; }
a { background-color: rgb(106,248,244); }
div.DivClassName
{
background-color: #6AF8F4;
}
.BgClassName
{
background-color: #6AF8F4;
}
</style>
border-color css
<style>
span { border-color: #6AF8F4; }
span { border-color: rgb(106,248,244); }
td.TdClassName
{
border-color: #6AF8F4;
}
.TagClassName
{
border-color: #6AF8F4;
}
</style>