Shades of Baby Blue #6BEEFC
Tints of Baby Blue #6BEEFC
RGB
CMYK
RGB Variations
Color information
#6BEEFC (or 0x6BEEFC) is known color: Baby Blue. HEX triplet: 6B, EE and FC. RGB value is (107,238,252). Sum of RGB (Red+Green+Blue) = 107+238+252=597 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.92% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEFC is #941103. Grayscale: #C8C8C8. Windows color (decimal): -9703684 or 16576107. OLE color: 16576107.
HSL color Cylindrical-coordinate representation of color #6BEEFC: hue angle of 185.79º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BEEFC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 238 | 252 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.01 |
| HSL | 185.79º | 0.96% | 0.7% | - |
| HSV(B) | 185.79º | 0.58% | 0.99% | - |
| XYZ | 54.21 | 71.3 | 103 | - |
| YUV | 200.43 | 157.1 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 252 | 0.58 | 0.06 | 0 | 0.01 | 185.79 | 0.96 | 0.7 |
| Hex | 6B | EE | FC | 3A | 6 | 0 | 1 | BA | 60 | 46 |
| Octal | 153 | 356 | 374 | 72 | 6 | 0 | 1 | 272 | 140 | 106 |
| Binary | 1101011 | 11101110 | 11111100 | 111010 | 110 | 0 | 1 | 10111010 | 1100000 | 1000110 |
Color Harmonies of #6BEEFC
Complementary color
Monochromatic Colors of #6BEEFC
Black with #6BEEFC
Text Example
Text Example
White with #6BEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEFC; }
p { color: rgb(107,238,252); }
H1.HeaderClassName
{
color: #6BEEFC;
}
.AnyTagClassName
{
color: #6BEEFC;
}
</style>
background-color css
<style>
a { background-color: #6BEEFC; }
a { background-color: rgb(107,238,252); }
div.DivClassName
{
background-color: #6BEEFC;
}
.BgClassName
{
background-color: #6BEEFC;
}
</style>
border-color css
<style>
span { border-color: #6BEEFC; }
span { border-color: rgb(107,238,252); }
td.TdClassName
{
border-color: #6BEEFC;
}
.TagClassName
{
border-color: #6BEEFC;
}
</style>