Shades of Baby Blue #6FFEFD
Tints of Baby Blue #6FFEFD
RGB
CMYK
RGB Variations
Color information
#6FFEFD (or 0x6FFEFD) is known color: Baby Blue. HEX triplet: 6F, FE and FD. RGB value is (111,254,253). Sum of RGB (Red+Green+Blue) = 111+254+253=618 (81% of max value = 765). Red value is 111 (43.75% from 255 or 17.96% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #6FFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFEFD is #900102. Grayscale: #D2D2D2. Windows color (decimal): -9437443 or 16645743. OLE color: 16645743.
HSL color Cylindrical-coordinate representation of color #6FFEFD: hue angle of 179.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFEFD is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 254 | 253 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.00 |
| HSL | 179.58º | 0.99% | 0.72% | - |
| HSV(B) | 179.58º | 0.56% | 1% | - |
| XYZ | 59.73 | 81.35 | 105.48 | - |
| YUV | 211.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 254 | 253 | 0.56 | 0 | 0.00 | 0.00 | 179.58 | 0.99 | 0.72 |
| Hex | 6F | FE | FD | 38 | 0 | 0 | 0 | B4 | 63 | 48 |
| Octal | 157 | 376 | 375 | 70 | 0 | 0 | 0 | 264 | 143 | 110 |
| Binary | 1101111 | 11111110 | 11111101 | 111000 | 0 | 0 | 0 | 10110100 | 1100011 | 1001000 |
Color Harmonies of #6FFEFD
Complementary color
Monochromatic Colors of #6FFEFD
Black with #6FFEFD
Text Example
Text Example
White with #6FFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFEFD; }
p { color: rgb(111,254,253); }
H1.HeaderClassName
{
color: #6FFEFD;
}
.AnyTagClassName
{
color: #6FFEFD;
}
</style>
background-color css
<style>
a { background-color: #6FFEFD; }
a { background-color: rgb(111,254,253); }
div.DivClassName
{
background-color: #6FFEFD;
}
.BgClassName
{
background-color: #6FFEFD;
}
</style>
border-color css
<style>
span { border-color: #6FFEFD; }
span { border-color: rgb(111,254,253); }
td.TdClassName
{
border-color: #6FFEFD;
}
.TagClassName
{
border-color: #6FFEFD;
}
</style>