Shades of Baby Blue #6FFCFC
Tints of Baby Blue #6FFCFC
RGB
CMYK
RGB Variations
Color information
#6FFCFC (or 0x6FFCFC) is known color: Baby Blue. HEX triplet: 6F, FC and FC. RGB value is (111,252,252). Sum of RGB (Red+Green+Blue) = 111+252+252=615 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.05% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #6FFCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCFC is #900303. Grayscale: #D1D1D1. Windows color (decimal): -9437956 or 16579695. OLE color: 16579695.
HSL color Cylindrical-coordinate representation of color #6FFCFC: hue angle of 180º degrees, saturation: 0.96, 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 #6FFCFC is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 252 | - |
| CMYK | 0.56 | 0 | 0 | 0.01 |
| HSL | 180º | 0.96% | 0.71% | - |
| HSV(B) | 180º | 0.56% | 0.99% | - |
| XYZ | 58.94 | 80.03 | 104.44 | - |
| YUV | 209.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 252 | 0.56 | 0 | 0 | 0.01 | 180 | 0.96 | 0.71 |
| Hex | 6F | FC | FC | 38 | 0 | 0 | 1 | B4 | 60 | 47 |
| Octal | 157 | 374 | 374 | 70 | 0 | 0 | 1 | 264 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11111100 | 111000 | 0 | 0 | 1 | 10110100 | 1100000 | 1000111 |
Color Harmonies of #6FFCFC
Complementary color
Monochromatic Colors of #6FFCFC
Black with #6FFCFC
Text Example
Text Example
White with #6FFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCFC; }
p { color: rgb(111,252,252); }
H1.HeaderClassName
{
color: #6FFCFC;
}
.AnyTagClassName
{
color: #6FFCFC;
}
</style>
background-color css
<style>
a { background-color: #6FFCFC; }
a { background-color: rgb(111,252,252); }
div.DivClassName
{
background-color: #6FFCFC;
}
.BgClassName
{
background-color: #6FFCFC;
}
</style>
border-color css
<style>
span { border-color: #6FFCFC; }
span { border-color: rgb(111,252,252); }
td.TdClassName
{
border-color: #6FFCFC;
}
.TagClassName
{
border-color: #6FFCFC;
}
</style>