Shades of Baby Blue #6FFAF5
Tints of Baby Blue #6FFAF5
RGB
CMYK
RGB Variations
Color information
#6FFAF5 (or 0x6FFAF5) is known color: Baby Blue. HEX triplet: 6F, FA and F5. RGB value is (111,250,245). Sum of RGB (Red+Green+Blue) = 111+250+245=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF5 is #90050A. Grayscale: #CFCFCF. Windows color (decimal): -9438475 or 16120431. OLE color: 16120431.
HSL color Cylindrical-coordinate representation of color #6FFAF5: hue angle of 177.84º degrees, saturation: 0.93, 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 #6FFAF5 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 250 | 245 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.02 |
| HSL | 177.84º | 0.93% | 0.71% | - |
| HSV(B) | 177.84º | 0.56% | 0.98% | - |
| XYZ | 57.22 | 78.34 | 98.49 | - |
| YUV | 207.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 250 | 245 | 0.56 | 0 | 0.02 | 0.02 | 177.84 | 0.93 | 0.71 |
| Hex | 6F | FA | F5 | 38 | 0 | 2 | 2 | B2 | 5D | 47 |
| Octal | 157 | 372 | 365 | 70 | 0 | 2 | 2 | 262 | 135 | 107 |
| Binary | 1101111 | 11111010 | 11110101 | 111000 | 0 | 10 | 10 | 10110010 | 1011101 | 1000111 |
Color Harmonies of #6FFAF5
Complementary color
Monochromatic Colors of #6FFAF5
Black with #6FFAF5
Text Example
Text Example
White with #6FFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFAF5; }
p { color: rgb(111,250,245); }
H1.HeaderClassName
{
color: #6FFAF5;
}
.AnyTagClassName
{
color: #6FFAF5;
}
</style>
background-color css
<style>
a { background-color: #6FFAF5; }
a { background-color: rgb(111,250,245); }
div.DivClassName
{
background-color: #6FFAF5;
}
.BgClassName
{
background-color: #6FFAF5;
}
</style>
border-color css
<style>
span { border-color: #6FFAF5; }
span { border-color: rgb(111,250,245); }
td.TdClassName
{
border-color: #6FFAF5;
}
.TagClassName
{
border-color: #6FFAF5;
}
</style>