Shades of Baby Blue #6FFBE7
Tints of Baby Blue #6FFBE7
RGB
CMYK
RGB Variations
Color information
#6FFBE7 (or 0x6FFBE7) is known color: Baby Blue. HEX triplet: 6F, FB and E7. RGB value is (111,251,231). Sum of RGB (Red+Green+Blue) = 111+251+231=593 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.72% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBE7 is #900418. Grayscale: #CECECE. Windows color (decimal): -9438233 or 15203183. OLE color: 15203183.
HSL color Cylindrical-coordinate representation of color #6FFBE7: hue angle of 171.43º 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 #6FFBE7 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 231 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.02 |
| HSL | 171.43º | 0.95% | 0.71% | - |
| HSV(B) | 171.43º | 0.56% | 0.98% | - |
| XYZ | 55.48 | 78.14 | 87.76 | - |
| YUV | 206.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 231 | 0.56 | 0 | 0.08 | 0.02 | 171.43 | 0.95 | 0.71 |
| Hex | 6F | FB | E7 | 38 | 0 | 8 | 2 | AB | 5F | 47 |
| Octal | 157 | 373 | 347 | 70 | 0 | 10 | 2 | 253 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11100111 | 111000 | 0 | 1000 | 10 | 10101011 | 1011111 | 1000111 |
Color Harmonies of #6FFBE7
Complementary color
Monochromatic Colors of #6FFBE7
Black with #6FFBE7
Text Example
Text Example
White with #6FFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBE7; }
p { color: rgb(111,251,231); }
H1.HeaderClassName
{
color: #6FFBE7;
}
.AnyTagClassName
{
color: #6FFBE7;
}
</style>
background-color css
<style>
a { background-color: #6FFBE7; }
a { background-color: rgb(111,251,231); }
div.DivClassName
{
background-color: #6FFBE7;
}
.BgClassName
{
background-color: #6FFBE7;
}
</style>
border-color css
<style>
span { border-color: #6FFBE7; }
span { border-color: rgb(111,251,231); }
td.TdClassName
{
border-color: #6FFBE7;
}
.TagClassName
{
border-color: #6FFBE7;
}
</style>