Shades of Baby Blue #6BEFFD
Tints of Baby Blue #6BEFFD
RGB
CMYK
RGB Variations
Color information
#6BEFFD (or 0x6BEFFD) is known color: Baby Blue. HEX triplet: 6B, EF and FD. RGB value is (107,239,253). Sum of RGB (Red+Green+Blue) = 107+239+253=599 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.86% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BEFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFFD is #941002. Grayscale: #C8C8C8. Windows color (decimal): -9703427 or 16641899. OLE color: 16641899.
HSL color Cylindrical-coordinate representation of color #6BEFFD: hue angle of 185.75º 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 #6BEFFD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 239 | 253 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.01 |
| HSL | 185.75º | 0.97% | 0.71% | - |
| HSV(B) | 185.75º | 0.58% | 0.99% | - |
| XYZ | 54.66 | 71.95 | 103.94 | - |
| YUV | 201.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 253 | 0.58 | 0.06 | 0 | 0.01 | 185.75 | 0.97 | 0.71 |
| Hex | 6B | EF | FD | 3A | 6 | 0 | 1 | BA | 61 | 47 |
| Octal | 153 | 357 | 375 | 72 | 6 | 0 | 1 | 272 | 141 | 107 |
| Binary | 1101011 | 11101111 | 11111101 | 111010 | 110 | 0 | 1 | 10111010 | 1100001 | 1000111 |
Color Harmonies of #6BEFFD
Complementary color
Monochromatic Colors of #6BEFFD
Black with #6BEFFD
Text Example
Text Example
White with #6BEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFFD; }
p { color: rgb(107,239,253); }
H1.HeaderClassName
{
color: #6BEFFD;
}
.AnyTagClassName
{
color: #6BEFFD;
}
</style>
background-color css
<style>
a { background-color: #6BEFFD; }
a { background-color: rgb(107,239,253); }
div.DivClassName
{
background-color: #6BEFFD;
}
.BgClassName
{
background-color: #6BEFFD;
}
</style>
border-color css
<style>
span { border-color: #6BEFFD; }
span { border-color: rgb(107,239,253); }
td.TdClassName
{
border-color: #6BEFFD;
}
.TagClassName
{
border-color: #6BEFFD;
}
</style>