Shades of Baby Blue #6AF5FE
Tints of Baby Blue #6AF5FE
RGB
CMYK
RGB Variations
Color information
#6AF5FE (or 0x6AF5FE) is known color: Baby Blue. HEX triplet: 6A, F5 and FE. RGB value is (106,245,254). Sum of RGB (Red+Green+Blue) = 106+245+254=605 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.52% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AF5FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF5FE is #950A01. Grayscale: #CCCCCC. Windows color (decimal): -9767426 or 16708970. OLE color: 16708970.
HSL color Cylindrical-coordinate representation of color #6AF5FE: hue angle of 183.65º 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 #6AF5FE is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 245 | 254 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.00 |
| HSL | 183.65º | 0.99% | 0.71% | - |
| HSV(B) | 183.65º | 0.58% | 1% | - |
| XYZ | 56.49 | 75.52 | 105.37 | - |
| YUV | 204.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 254 | 0.58 | 0.04 | 0 | 0.00 | 183.65 | 0.99 | 0.71 |
| Hex | 6A | F5 | FE | 3A | 4 | 0 | 0 | B8 | 63 | 47 |
| Octal | 152 | 365 | 376 | 72 | 4 | 0 | 0 | 270 | 143 | 107 |
| Binary | 1101010 | 11110101 | 11111110 | 111010 | 100 | 0 | 0 | 10111000 | 1100011 | 1000111 |
Color Harmonies of #6AF5FE
Complementary color
Monochromatic Colors of #6AF5FE
Black with #6AF5FE
Text Example
Text Example
White with #6AF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF5FE; }
p { color: rgb(106,245,254); }
H1.HeaderClassName
{
color: #6AF5FE;
}
.AnyTagClassName
{
color: #6AF5FE;
}
</style>
background-color css
<style>
a { background-color: #6AF5FE; }
a { background-color: rgb(106,245,254); }
div.DivClassName
{
background-color: #6AF5FE;
}
.BgClassName
{
background-color: #6AF5FE;
}
</style>
border-color css
<style>
span { border-color: #6AF5FE; }
span { border-color: rgb(106,245,254); }
td.TdClassName
{
border-color: #6AF5FE;
}
.TagClassName
{
border-color: #6AF5FE;
}
</style>