Shades of Baby Blue #6BEDFE
Tints of Baby Blue #6BEDFE
RGB
CMYK
RGB Variations
Color information
#6BEDFE (or 0x6BEDFE) is known color: Baby Blue. HEX triplet: 6B, ED and FE. RGB value is (107,237,254). Sum of RGB (Red+Green+Blue) = 107+237+254=598 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.89% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEDFE is #941201. Grayscale: #C7C7C7. Windows color (decimal): -9703938 or 16706923. OLE color: 16706923.
HSL color Cylindrical-coordinate representation of color #6BEDFE: hue angle of 186.94º 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 #6BEDFE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 237 | 254 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.00 |
| HSL | 186.94º | 0.99% | 0.71% | - |
| HSV(B) | 186.94º | 0.58% | 1% | - |
| XYZ | 54.24 | 70.85 | 104.58 | - |
| YUV | 200.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 254 | 0.58 | 0.07 | 0 | 0.00 | 186.94 | 0.99 | 0.71 |
| Hex | 6B | ED | FE | 3A | 7 | 0 | 0 | BB | 63 | 47 |
| Octal | 153 | 355 | 376 | 72 | 7 | 0 | 0 | 273 | 143 | 107 |
| Binary | 1101011 | 11101101 | 11111110 | 111010 | 111 | 0 | 0 | 10111011 | 1100011 | 1000111 |
Color Harmonies of #6BEDFE
Complementary color
Monochromatic Colors of #6BEDFE
Black with #6BEDFE
Text Example
Text Example
White with #6BEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDFE; }
p { color: rgb(107,237,254); }
H1.HeaderClassName
{
color: #6BEDFE;
}
.AnyTagClassName
{
color: #6BEDFE;
}
</style>
background-color css
<style>
a { background-color: #6BEDFE; }
a { background-color: rgb(107,237,254); }
div.DivClassName
{
background-color: #6BEDFE;
}
.BgClassName
{
background-color: #6BEDFE;
}
</style>
border-color css
<style>
span { border-color: #6BEDFE; }
span { border-color: rgb(107,237,254); }
td.TdClassName
{
border-color: #6BEDFE;
}
.TagClassName
{
border-color: #6BEDFE;
}
</style>