Shades of Baby Blue #6BFCFD
Tints of Baby Blue #6BFCFD
RGB
CMYK
RGB Variations
Color information
#6BFCFD (or 0x6BFCFD) is known color: Baby Blue. HEX triplet: 6B, FC and FD. RGB value is (107,252,253). Sum of RGB (Red+Green+Blue) = 107+252+253=612 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.48% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BFCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCFD is #940302. Grayscale: #D0D0D0. Windows color (decimal): -9700099 or 16645227. OLE color: 16645227.
HSL color Cylindrical-coordinate representation of color #6BFCFD: hue angle of 180.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCFD is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 253 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.01 |
| HSL | 180.41º | 0.97% | 0.71% | - |
| HSV(B) | 180.41º | 0.58% | 0.99% | - |
| XYZ | 58.6 | 79.84 | 105.25 | - |
| YUV | 208.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 253 | 0.58 | 0.00 | 0 | 0.01 | 180.41 | 0.97 | 0.71 |
| Hex | 6B | FC | FD | 3A | 0 | 0 | 1 | B4 | 61 | 47 |
| Octal | 153 | 374 | 375 | 72 | 0 | 0 | 1 | 264 | 141 | 107 |
| Binary | 1101011 | 11111100 | 11111101 | 111010 | 0 | 0 | 1 | 10110100 | 1100001 | 1000111 |
Color Harmonies of #6BFCFD
Complementary color
Monochromatic Colors of #6BFCFD
Black with #6BFCFD
Text Example
Text Example
White with #6BFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCFD; }
p { color: rgb(107,252,253); }
H1.HeaderClassName
{
color: #6BFCFD;
}
.AnyTagClassName
{
color: #6BFCFD;
}
</style>
background-color css
<style>
a { background-color: #6BFCFD; }
a { background-color: rgb(107,252,253); }
div.DivClassName
{
background-color: #6BFCFD;
}
.BgClassName
{
background-color: #6BFCFD;
}
</style>
border-color css
<style>
span { border-color: #6BFCFD; }
span { border-color: rgb(107,252,253); }
td.TdClassName
{
border-color: #6BFCFD;
}
.TagClassName
{
border-color: #6BFCFD;
}
</style>