Shades of Baby Blue #6FFDFD
Tints of Baby Blue #6FFDFD
RGB
CMYK
RGB Variations
Color information
#6FFDFD (or 0x6FFDFD) is known color: Baby Blue. HEX triplet: 6F, FD and FD. RGB value is (111,253,253). Sum of RGB (Red+Green+Blue) = 111+253+253=617 (81% of max value = 765). Red value is 111 (43.75% from 255 or 17.99% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #6FFDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDFD is #900202. Grayscale: #D2D2D2. Windows color (decimal): -9437699 or 16645487. OLE color: 16645487.
HSL color Cylindrical-coordinate representation of color #6FFDFD: hue angle of 180º 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 #6FFDFD is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 253 | - |
| CMYK | 0.56 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.71% | - |
| HSV(B) | 180º | 0.56% | 0.99% | - |
| XYZ | 59.41 | 80.72 | 105.38 | - |
| YUV | 210.54 | 151.96 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 253 | 0.56 | 0 | 0 | 0.01 | 180 | 0.97 | 0.71 |
| Hex | 6F | FD | FD | 38 | 0 | 0 | 1 | B4 | 61 | 47 |
| Octal | 157 | 375 | 375 | 70 | 0 | 0 | 1 | 264 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11111101 | 111000 | 0 | 0 | 1 | 10110100 | 1100001 | 1000111 |
Color Harmonies of #6FFDFD
Complementary color
Monochromatic Colors of #6FFDFD
Black with #6FFDFD
Text Example
Text Example
White with #6FFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDFD; }
p { color: rgb(111,253,253); }
H1.HeaderClassName
{
color: #6FFDFD;
}
.AnyTagClassName
{
color: #6FFDFD;
}
</style>
background-color css
<style>
a { background-color: #6FFDFD; }
a { background-color: rgb(111,253,253); }
div.DivClassName
{
background-color: #6FFDFD;
}
.BgClassName
{
background-color: #6FFDFD;
}
</style>
border-color css
<style>
span { border-color: #6FFDFD; }
span { border-color: rgb(111,253,253); }
td.TdClassName
{
border-color: #6FFDFD;
}
.TagClassName
{
border-color: #6FFDFD;
}
</style>