Shades of Baby Blue #6BF2FA
Tints of Baby Blue #6BF2FA
RGB
CMYK
RGB Variations
Color information
#6BF2FA (or 0x6BF2FA) is known color: Baby Blue. HEX triplet: 6B, F2 and FA. RGB value is (107,242,250). Sum of RGB (Red+Green+Blue) = 107+242+250=599 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.86% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF2FA is #940D05. Grayscale: #CACACA. Windows color (decimal): -9702662 or 16446059. OLE color: 16446059.
HSL color Cylindrical-coordinate representation of color #6BF2FA: hue angle of 183.36º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF2FA is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 242 | 250 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.02 |
| HSL | 183.36º | 0.93% | 0.7% | - |
| HSV(B) | 183.36º | 0.57% | 0.98% | - |
| XYZ | 55.07 | 73.53 | 101.73 | - |
| YUV | 202.55 | 154.77 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 250 | 0.57 | 0.03 | 0 | 0.02 | 183.36 | 0.93 | 0.7 |
| Hex | 6B | F2 | FA | 39 | 3 | 0 | 2 | B7 | 5D | 46 |
| Octal | 153 | 362 | 372 | 71 | 3 | 0 | 2 | 267 | 135 | 106 |
| Binary | 1101011 | 11110010 | 11111010 | 111001 | 11 | 0 | 10 | 10110111 | 1011101 | 1000110 |
Color Harmonies of #6BF2FA
Complementary color
Monochromatic Colors of #6BF2FA
Black with #6BF2FA
Text Example
Text Example
White with #6BF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2FA; }
p { color: rgb(107,242,250); }
H1.HeaderClassName
{
color: #6BF2FA;
}
.AnyTagClassName
{
color: #6BF2FA;
}
</style>
background-color css
<style>
a { background-color: #6BF2FA; }
a { background-color: rgb(107,242,250); }
div.DivClassName
{
background-color: #6BF2FA;
}
.BgClassName
{
background-color: #6BF2FA;
}
</style>
border-color css
<style>
span { border-color: #6BF2FA; }
span { border-color: rgb(107,242,250); }
td.TdClassName
{
border-color: #6BF2FA;
}
.TagClassName
{
border-color: #6BF2FA;
}
</style>