Shades of Baby Blue #6FF1FE
Tints of Baby Blue #6FF1FE
RGB
CMYK
RGB Variations
Color information
#6FF1FE (or 0x6FF1FE) is known color: Baby Blue. HEX triplet: 6F, F1 and FE. RGB value is (111,241,254). Sum of RGB (Red+Green+Blue) = 111+241+254=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FF1FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF1FE is #900E01. Grayscale: #CBCBCB. Windows color (decimal): -9440770 or 16707951. OLE color: 16707951.
HSL color Cylindrical-coordinate representation of color #6FF1FE: hue angle of 185.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FF1FE is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 241 | 254 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.00 |
| HSL | 185.45º | 0.99% | 0.72% | - |
| HSV(B) | 185.45º | 0.56% | 1% | - |
| XYZ | 55.9 | 73.45 | 105 | - |
| YUV | 203.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 254 | 0.56 | 0.05 | 0 | 0.00 | 185.45 | 0.99 | 0.72 |
| Hex | 6F | F1 | FE | 38 | 5 | 0 | 0 | B9 | 63 | 48 |
| Octal | 157 | 361 | 376 | 70 | 5 | 0 | 0 | 271 | 143 | 110 |
| Binary | 1101111 | 11110001 | 11111110 | 111000 | 101 | 0 | 0 | 10111001 | 1100011 | 1001000 |
Color Harmonies of #6FF1FE
Complementary color
Monochromatic Colors of #6FF1FE
Black with #6FF1FE
Text Example
Text Example
White with #6FF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF1FE; }
p { color: rgb(111,241,254); }
H1.HeaderClassName
{
color: #6FF1FE;
}
.AnyTagClassName
{
color: #6FF1FE;
}
</style>
background-color css
<style>
a { background-color: #6FF1FE; }
a { background-color: rgb(111,241,254); }
div.DivClassName
{
background-color: #6FF1FE;
}
.BgClassName
{
background-color: #6FF1FE;
}
</style>
border-color css
<style>
span { border-color: #6FF1FE; }
span { border-color: rgb(111,241,254); }
td.TdClassName
{
border-color: #6FF1FE;
}
.TagClassName
{
border-color: #6FF1FE;
}
</style>