Shades of Baby Blue #6FFCFD
Tints of Baby Blue #6FFCFD
RGB
CMYK
RGB Variations
Color information
#6FFCFD (or 0x6FFCFD) is known color: Baby Blue. HEX triplet: 6F, FC and FD. RGB value is (111,252,253). Sum of RGB (Red+Green+Blue) = 111+252+253=616 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.02% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FFCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCFD is #900302. Grayscale: #D1D1D1. Windows color (decimal): -9437955 or 16645231. OLE color: 16645231.
HSL color Cylindrical-coordinate representation of color #6FFCFD: hue angle of 180.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFCFD is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 253 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.01 |
| HSL | 180.42º | 0.97% | 0.71% | - |
| HSV(B) | 180.42º | 0.56% | 0.99% | - |
| XYZ | 59.1 | 80.09 | 105.27 | - |
| YUV | 209.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 253 | 0.56 | 0.00 | 0 | 0.01 | 180.42 | 0.97 | 0.71 |
| Hex | 6F | FC | FD | 38 | 0 | 0 | 1 | B4 | 61 | 47 |
| Octal | 157 | 374 | 375 | 70 | 0 | 0 | 1 | 264 | 141 | 107 |
| Binary | 1101111 | 11111100 | 11111101 | 111000 | 0 | 0 | 1 | 10110100 | 1100001 | 1000111 |
Color Harmonies of #6FFCFD
Complementary color
Monochromatic Colors of #6FFCFD
Black with #6FFCFD
Text Example
Text Example
White with #6FFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCFD; }
p { color: rgb(111,252,253); }
H1.HeaderClassName
{
color: #6FFCFD;
}
.AnyTagClassName
{
color: #6FFCFD;
}
</style>
background-color css
<style>
a { background-color: #6FFCFD; }
a { background-color: rgb(111,252,253); }
div.DivClassName
{
background-color: #6FFCFD;
}
.BgClassName
{
background-color: #6FFCFD;
}
</style>
border-color css
<style>
span { border-color: #6FFCFD; }
span { border-color: rgb(111,252,253); }
td.TdClassName
{
border-color: #6FFCFD;
}
.TagClassName
{
border-color: #6FFCFD;
}
</style>