Shades of Baby Blue #6FFBF4
Tints of Baby Blue #6FFBF4
RGB
CMYK
RGB Variations
Color information
#6FFBF4 (or 0x6FFBF4) is known color: Baby Blue. HEX triplet: 6F, FB and F4. RGB value is (111,251,244). Sum of RGB (Red+Green+Blue) = 111+251+244=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBF4 is #90040B. Grayscale: #D0D0D0. Windows color (decimal): -9438220 or 16055151. OLE color: 16055151.
HSL color Cylindrical-coordinate representation of color #6FFBF4: hue angle of 177º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBF4 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 244 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.02 |
| HSL | 177º | 0.95% | 0.71% | - |
| HSV(B) | 177º | 0.56% | 0.98% | - |
| XYZ | 57.38 | 78.91 | 97.79 | - |
| YUV | 208.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 244 | 0.56 | 0 | 0.03 | 0.02 | 177 | 0.95 | 0.71 |
| Hex | 6F | FB | F4 | 38 | 0 | 3 | 2 | B1 | 5F | 47 |
| Octal | 157 | 373 | 364 | 70 | 0 | 3 | 2 | 261 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11110100 | 111000 | 0 | 11 | 10 | 10110001 | 1011111 | 1000111 |
Color Harmonies of #6FFBF4
Complementary color
Monochromatic Colors of #6FFBF4
Black with #6FFBF4
Text Example
Text Example
White with #6FFBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBF4; }
p { color: rgb(111,251,244); }
H1.HeaderClassName
{
color: #6FFBF4;
}
.AnyTagClassName
{
color: #6FFBF4;
}
</style>
background-color css
<style>
a { background-color: #6FFBF4; }
a { background-color: rgb(111,251,244); }
div.DivClassName
{
background-color: #6FFBF4;
}
.BgClassName
{
background-color: #6FFBF4;
}
</style>
border-color css
<style>
span { border-color: #6FFBF4; }
span { border-color: rgb(111,251,244); }
td.TdClassName
{
border-color: #6FFBF4;
}
.TagClassName
{
border-color: #6FFBF4;
}
</style>