Shades of Baby Blue #6FFFFD
Tints of Baby Blue #6FFFFD
RGB
CMYK
RGB Variations
Color information
#6FFFFD (or 0x6FFFFD) is known color: Baby Blue. HEX triplet: 6F, FF and FD. RGB value is (111,255,253). Sum of RGB (Red+Green+Blue) = 111+255+253=619 (81% of max value = 765). Red value is 111 (43.75% from 255 or 17.93% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFFD is #900002. Grayscale: #D3D3D3. Windows color (decimal): -9437187 or 16645999. OLE color: 16645999.
HSL color Cylindrical-coordinate representation of color #6FFFFD: hue angle of 179.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFFD is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 253 | - |
| CMYK | 0.56 | 0 | 0.01 | 0 |
| HSL | 179.17º | 1% | 0.72% | - |
| HSV(B) | 179.17º | 0.56% | 1% | - |
| XYZ | 60.05 | 81.99 | 105.59 | - |
| YUV | 211.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 253 | 0.56 | 0 | 0.01 | 0 | 179.17 | 1 | 0.72 |
| Hex | 6F | FF | FD | 38 | 0 | 1 | 0 | B3 | 64 | 48 |
| Octal | 157 | 377 | 375 | 70 | 0 | 1 | 0 | 263 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11111101 | 111000 | 0 | 1 | 0 | 10110011 | 1100100 | 1001000 |
Color Harmonies of #6FFFFD
Complementary color
Monochromatic Colors of #6FFFFD
Black with #6FFFFD
Text Example
Text Example
White with #6FFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFFD; }
p { color: rgb(111,255,253); }
H1.HeaderClassName
{
color: #6FFFFD;
}
.AnyTagClassName
{
color: #6FFFFD;
}
</style>
background-color css
<style>
a { background-color: #6FFFFD; }
a { background-color: rgb(111,255,253); }
div.DivClassName
{
background-color: #6FFFFD;
}
.BgClassName
{
background-color: #6FFFFD;
}
</style>
border-color css
<style>
span { border-color: #6FFFFD; }
span { border-color: rgb(111,255,253); }
td.TdClassName
{
border-color: #6FFFFD;
}
.TagClassName
{
border-color: #6FFFFD;
}
</style>