Shades of Baby Blue #6FFBEF
Tints of Baby Blue #6FFBEF
RGB
CMYK
RGB Variations
Color information
#6FFBEF (or 0x6FFBEF) is known color: Baby Blue. HEX triplet: 6F, FB and EF. RGB value is (111,251,239). Sum of RGB (Red+Green+Blue) = 111+251+239=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFBEF is #900410. Grayscale: #CFCFCF. Windows color (decimal): -9438225 or 15727471. OLE color: 15727471.
HSL color Cylindrical-coordinate representation of color #6FFBEF: hue angle of 174.86º 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 #6FFBEF is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 239 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.02 |
| HSL | 174.86º | 0.95% | 0.71% | - |
| HSV(B) | 174.86º | 0.56% | 0.98% | - |
| XYZ | 56.63 | 78.61 | 93.85 | - |
| YUV | 207.77 | 145.62 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 239 | 0.56 | 0 | 0.05 | 0.02 | 174.86 | 0.95 | 0.71 |
| Hex | 6F | FB | EF | 38 | 0 | 5 | 2 | AF | 5F | 47 |
| Octal | 157 | 373 | 357 | 70 | 0 | 5 | 2 | 257 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11101111 | 111000 | 0 | 101 | 10 | 10101111 | 1011111 | 1000111 |
Color Harmonies of #6FFBEF
Complementary color
Monochromatic Colors of #6FFBEF
Black with #6FFBEF
Text Example
Text Example
White with #6FFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBEF; }
p { color: rgb(111,251,239); }
H1.HeaderClassName
{
color: #6FFBEF;
}
.AnyTagClassName
{
color: #6FFBEF;
}
</style>
background-color css
<style>
a { background-color: #6FFBEF; }
a { background-color: rgb(111,251,239); }
div.DivClassName
{
background-color: #6FFBEF;
}
.BgClassName
{
background-color: #6FFBEF;
}
</style>
border-color css
<style>
span { border-color: #6FFBEF; }
span { border-color: rgb(111,251,239); }
td.TdClassName
{
border-color: #6FFBEF;
}
.TagClassName
{
border-color: #6FFBEF;
}
</style>