Shades of Baby Blue #6BEDFF
Tints of Baby Blue #6BEDFF
RGB
CMYK
RGB Variations
Color information
#6BEDFF (or 0x6BEDFF) is known color: Baby Blue. HEX triplet: 6B, ED and FF. RGB value is (107,237,255). Sum of RGB (Red+Green+Blue) = 107+237+255=599 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.86% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEDFF is #941200. Grayscale: #C7C7C7. Windows color (decimal): -9703937 or 16772459. OLE color: 16772459.
HSL color Cylindrical-coordinate representation of color #6BEDFF: hue angle of 187.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BEDFF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 237 | 255 | - |
| CMYK | 0.58 | 0.07 | 0 | 0 |
| HSL | 187.3º | 1% | 0.71% | - |
| HSV(B) | 187.3º | 0.58% | 1% | - |
| XYZ | 54.4 | 70.91 | 105.43 | - |
| YUV | 200.18 | 158.93 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 255 | 0.58 | 0.07 | 0 | 0 | 187.3 | 1 | 0.71 |
| Hex | 6B | ED | FF | 3A | 7 | 0 | 0 | BB | 64 | 47 |
| Octal | 153 | 355 | 377 | 72 | 7 | 0 | 0 | 273 | 144 | 107 |
| Binary | 1101011 | 11101101 | 11111111 | 111010 | 111 | 0 | 0 | 10111011 | 1100100 | 1000111 |
Color Harmonies of #6BEDFF
Complementary color
Monochromatic Colors of #6BEDFF
Black with #6BEDFF
Text Example
Text Example
White with #6BEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEDFF; }
p { color: rgb(107,237,255); }
H1.HeaderClassName
{
color: #6BEDFF;
}
.AnyTagClassName
{
color: #6BEDFF;
}
</style>
background-color css
<style>
a { background-color: #6BEDFF; }
a { background-color: rgb(107,237,255); }
div.DivClassName
{
background-color: #6BEDFF;
}
.BgClassName
{
background-color: #6BEDFF;
}
</style>
border-color css
<style>
span { border-color: #6BEDFF; }
span { border-color: rgb(107,237,255); }
td.TdClassName
{
border-color: #6BEDFF;
}
.TagClassName
{
border-color: #6BEDFF;
}
</style>