Shades of Baby Blue #6AF5FF
Tints of Baby Blue #6AF5FF
RGB
CMYK
RGB Variations
Color information
#6AF5FF (or 0x6AF5FF) is known color: Baby Blue. HEX triplet: 6A, F5 and FF. RGB value is (106,245,255). Sum of RGB (Red+Green+Blue) = 106+245+255=606 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.49% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AF5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF5FF is #950A00. Grayscale: #CCCCCC. Windows color (decimal): -9767425 or 16774506. OLE color: 16774506.
HSL color Cylindrical-coordinate representation of color #6AF5FF: hue angle of 184.03º 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 #6AF5FF is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 245 | 255 | - |
| CMYK | 0.58 | 0.04 | 0 | 0 |
| HSL | 184.03º | 1% | 0.71% | - |
| HSV(B) | 184.03º | 0.58% | 1% | - |
| XYZ | 56.65 | 75.59 | 106.21 | - |
| YUV | 204.58 | 156.45 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 255 | 0.58 | 0.04 | 0 | 0 | 184.03 | 1 | 0.71 |
| Hex | 6A | F5 | FF | 3A | 4 | 0 | 0 | B8 | 64 | 47 |
| Octal | 152 | 365 | 377 | 72 | 4 | 0 | 0 | 270 | 144 | 107 |
| Binary | 1101010 | 11110101 | 11111111 | 111010 | 100 | 0 | 0 | 10111000 | 1100100 | 1000111 |
Color Harmonies of #6AF5FF
Complementary color
Monochromatic Colors of #6AF5FF
Black with #6AF5FF
Text Example
Text Example
White with #6AF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF5FF; }
p { color: rgb(106,245,255); }
H1.HeaderClassName
{
color: #6AF5FF;
}
.AnyTagClassName
{
color: #6AF5FF;
}
</style>
background-color css
<style>
a { background-color: #6AF5FF; }
a { background-color: rgb(106,245,255); }
div.DivClassName
{
background-color: #6AF5FF;
}
.BgClassName
{
background-color: #6AF5FF;
}
</style>
border-color css
<style>
span { border-color: #6AF5FF; }
span { border-color: rgb(106,245,255); }
td.TdClassName
{
border-color: #6AF5FF;
}
.TagClassName
{
border-color: #6AF5FF;
}
</style>