Shades of Baby Blue #6BFBEE
Tints of Baby Blue #6BFBEE
RGB
CMYK
RGB Variations
Color information
#6BFBEE (or 0x6BFBEE) is known color: Baby Blue. HEX triplet: 6B, FB and EE. RGB value is (107,251,238). Sum of RGB (Red+Green+Blue) = 107+251+238=596 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.95% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBEE is #940411. Grayscale: #CECECE. Windows color (decimal): -9700370 or 15661931. OLE color: 15661931.
HSL color Cylindrical-coordinate representation of color #6BFBEE: hue angle of 174.58º degrees, saturation: 0.95, 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 #6BFBEE is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 251 | 238 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.02 |
| HSL | 174.58º | 0.95% | 0.7% | - |
| HSV(B) | 174.58º | 0.57% | 0.98% | - |
| XYZ | 55.99 | 78.29 | 93.05 | - |
| YUV | 206.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 251 | 238 | 0.57 | 0 | 0.05 | 0.02 | 174.58 | 0.95 | 0.7 |
| Hex | 6B | FB | EE | 39 | 0 | 5 | 2 | AF | 5F | 46 |
| Octal | 153 | 373 | 356 | 71 | 0 | 5 | 2 | 257 | 137 | 106 |
| Binary | 1101011 | 11111011 | 11101110 | 111001 | 0 | 101 | 10 | 10101111 | 1011111 | 1000110 |
Color Harmonies of #6BFBEE
Complementary color
Monochromatic Colors of #6BFBEE
Black with #6BFBEE
Text Example
Text Example
White with #6BFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFBEE; }
p { color: rgb(107,251,238); }
H1.HeaderClassName
{
color: #6BFBEE;
}
.AnyTagClassName
{
color: #6BFBEE;
}
</style>
background-color css
<style>
a { background-color: #6BFBEE; }
a { background-color: rgb(107,251,238); }
div.DivClassName
{
background-color: #6BFBEE;
}
.BgClassName
{
background-color: #6BFBEE;
}
</style>
border-color css
<style>
span { border-color: #6BFBEE; }
span { border-color: rgb(107,251,238); }
td.TdClassName
{
border-color: #6BFBEE;
}
.TagClassName
{
border-color: #6BFBEE;
}
</style>