Shades of Baby Blue #6FFCF5
Tints of Baby Blue #6FFCF5
RGB
CMYK
RGB Variations
Color information
#6FFCF5 (or 0x6FFCF5) is known color: Baby Blue. HEX triplet: 6F, FC and F5. RGB value is (111,252,245). Sum of RGB (Red+Green+Blue) = 111+252+245=608 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.26% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFCF5 is #90030A. Grayscale: #D0D0D0. Windows color (decimal): -9437963 or 16120943. OLE color: 16120943.
HSL color Cylindrical-coordinate representation of color #6FFCF5: hue angle of 177.02º 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 #6FFCF5 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 245 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.01 |
| HSL | 177.02º | 0.96% | 0.71% | - |
| HSV(B) | 177.02º | 0.56% | 0.99% | - |
| XYZ | 57.85 | 79.59 | 98.7 | - |
| YUV | 209.04 | 148.29 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 245 | 0.56 | 0 | 0.03 | 0.01 | 177.02 | 0.96 | 0.71 |
| Hex | 6F | FC | F5 | 38 | 0 | 3 | 1 | B1 | 60 | 47 |
| Octal | 157 | 374 | 365 | 70 | 0 | 3 | 1 | 261 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11110101 | 111000 | 0 | 11 | 1 | 10110001 | 1100000 | 1000111 |
Color Harmonies of #6FFCF5
Complementary color
Monochromatic Colors of #6FFCF5
Black with #6FFCF5
Text Example
Text Example
White with #6FFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCF5; }
p { color: rgb(111,252,245); }
H1.HeaderClassName
{
color: #6FFCF5;
}
.AnyTagClassName
{
color: #6FFCF5;
}
</style>
background-color css
<style>
a { background-color: #6FFCF5; }
a { background-color: rgb(111,252,245); }
div.DivClassName
{
background-color: #6FFCF5;
}
.BgClassName
{
background-color: #6FFCF5;
}
</style>
border-color css
<style>
span { border-color: #6FFCF5; }
span { border-color: rgb(111,252,245); }
td.TdClassName
{
border-color: #6FFCF5;
}
.TagClassName
{
border-color: #6FFCF5;
}
</style>