Shades of Baby Blue #6BF4FE
Tints of Baby Blue #6BF4FE
RGB
CMYK
RGB Variations
Color information
#6BF4FE (or 0x6BF4FE) is known color: Baby Blue. HEX triplet: 6B, F4 and FE. RGB value is (107,244,254). Sum of RGB (Red+Green+Blue) = 107+244+254=605 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.69% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BF4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF4FE is #940B01. Grayscale: #CBCBCB. Windows color (decimal): -9702146 or 16708715. OLE color: 16708715.
HSL color Cylindrical-coordinate representation of color #6BF4FE: hue angle of 184.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BF4FE is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 244 | 254 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.00 |
| HSL | 184.08º | 0.99% | 0.71% | - |
| HSV(B) | 184.08º | 0.58% | 1% | - |
| XYZ | 56.3 | 74.98 | 105.27 | - |
| YUV | 204.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 244 | 254 | 0.58 | 0.04 | 0 | 0.00 | 184.08 | 0.99 | 0.71 |
| Hex | 6B | F4 | FE | 3A | 4 | 0 | 0 | B8 | 63 | 47 |
| Octal | 153 | 364 | 376 | 72 | 4 | 0 | 0 | 270 | 143 | 107 |
| Binary | 1101011 | 11110100 | 11111110 | 111010 | 100 | 0 | 0 | 10111000 | 1100011 | 1000111 |
Color Harmonies of #6BF4FE
Complementary color
Monochromatic Colors of #6BF4FE
Black with #6BF4FE
Text Example
Text Example
White with #6BF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF4FE; }
p { color: rgb(107,244,254); }
H1.HeaderClassName
{
color: #6BF4FE;
}
.AnyTagClassName
{
color: #6BF4FE;
}
</style>
background-color css
<style>
a { background-color: #6BF4FE; }
a { background-color: rgb(107,244,254); }
div.DivClassName
{
background-color: #6BF4FE;
}
.BgClassName
{
background-color: #6BF4FE;
}
</style>
border-color css
<style>
span { border-color: #6BF4FE; }
span { border-color: rgb(107,244,254); }
td.TdClassName
{
border-color: #6BF4FE;
}
.TagClassName
{
border-color: #6BF4FE;
}
</style>