Shades of Baby Blue #6FFFF3
Tints of Baby Blue #6FFFF3
RGB
CMYK
RGB Variations
Color information
#6FFFF3 (or 0x6FFFF3) is known color: Baby Blue. HEX triplet: 6F, FF and F3. RGB value is (111,255,243). Sum of RGB (Red+Green+Blue) = 111+255+243=609 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.23% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFF3 is #90000C. Grayscale: #D2D2D2. Windows color (decimal): -9437197 or 15990639. OLE color: 15990639.
HSL color Cylindrical-coordinate representation of color #6FFFF3: hue angle of 175º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFF3 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 243 | - |
| CMYK | 0.56 | 0 | 0.05 | 0 |
| HSL | 175º | 1% | 0.72% | - |
| HSV(B) | 175º | 0.56% | 1% | - |
| XYZ | 58.49 | 81.37 | 97.42 | - |
| YUV | 210.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 243 | 0.56 | 0 | 0.05 | 0 | 175 | 1 | 0.72 |
| Hex | 6F | FF | F3 | 38 | 0 | 5 | 0 | AF | 64 | 48 |
| Octal | 157 | 377 | 363 | 70 | 0 | 5 | 0 | 257 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11110011 | 111000 | 0 | 101 | 0 | 10101111 | 1100100 | 1001000 |
Color Harmonies of #6FFFF3
Complementary color
Monochromatic Colors of #6FFFF3
Black with #6FFFF3
Text Example
Text Example
White with #6FFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFF3; }
p { color: rgb(111,255,243); }
H1.HeaderClassName
{
color: #6FFFF3;
}
.AnyTagClassName
{
color: #6FFFF3;
}
</style>
background-color css
<style>
a { background-color: #6FFFF3; }
a { background-color: rgb(111,255,243); }
div.DivClassName
{
background-color: #6FFFF3;
}
.BgClassName
{
background-color: #6FFFF3;
}
</style>
border-color css
<style>
span { border-color: #6FFFF3; }
span { border-color: rgb(111,255,243); }
td.TdClassName
{
border-color: #6FFFF3;
}
.TagClassName
{
border-color: #6FFFF3;
}
</style>