Shades of Baby Blue #6CF5FE
Tints of Baby Blue #6CF5FE
RGB
CMYK
RGB Variations
Color information
#6CF5FE (or 0x6CF5FE) is known color: Baby Blue. HEX triplet: 6C, F5 and FE. RGB value is (108,245,254). Sum of RGB (Red+Green+Blue) = 108+245+254=607 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.79% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CF5FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF5FE is #930A01. Grayscale: #CCCCCC. Windows color (decimal): -9636354 or 16708972. OLE color: 16708972.
HSL color Cylindrical-coordinate representation of color #6CF5FE: hue angle of 183.7º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF5FE is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 245 | 254 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.00 |
| HSL | 183.7º | 0.99% | 0.71% | - |
| HSV(B) | 183.7º | 0.57% | 1% | - |
| XYZ | 56.73 | 75.65 | 105.38 | - |
| YUV | 205.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 245 | 254 | 0.57 | 0.04 | 0 | 0.00 | 183.7 | 0.99 | 0.71 |
| Hex | 6C | F5 | FE | 39 | 4 | 0 | 0 | B8 | 63 | 47 |
| Octal | 154 | 365 | 376 | 71 | 4 | 0 | 0 | 270 | 143 | 107 |
| Binary | 1101100 | 11110101 | 11111110 | 111001 | 100 | 0 | 0 | 10111000 | 1100011 | 1000111 |
Color Harmonies of #6CF5FE
Complementary color
Monochromatic Colors of #6CF5FE
Black with #6CF5FE
Text Example
Text Example
White with #6CF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF5FE; }
p { color: rgb(108,245,254); }
H1.HeaderClassName
{
color: #6CF5FE;
}
.AnyTagClassName
{
color: #6CF5FE;
}
</style>
background-color css
<style>
a { background-color: #6CF5FE; }
a { background-color: rgb(108,245,254); }
div.DivClassName
{
background-color: #6CF5FE;
}
.BgClassName
{
background-color: #6CF5FE;
}
</style>
border-color css
<style>
span { border-color: #6CF5FE; }
span { border-color: rgb(108,245,254); }
td.TdClassName
{
border-color: #6CF5FE;
}
.TagClassName
{
border-color: #6CF5FE;
}
</style>