Shades of Baby Blue #6CFEFE
Tints of Baby Blue #6CFEFE
RGB
CMYK
RGB Variations
Color information
#6CFEFE (or 0x6CFEFE) is known color: Baby Blue. HEX triplet: 6C, FE and FE. RGB value is (108,254,254). Sum of RGB (Red+Green+Blue) = 108+254+254=616 (81% of max value = 765). Red value is 108 (42.58% from 255 or 17.53% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #6CFEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFEFE is #930101. Grayscale: #D2D2D2. Windows color (decimal): -9634050 or 16711276. OLE color: 16711276.
HSL color Cylindrical-coordinate representation of color #6CFEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFEFE is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 254 | 254 | - |
| CMYK | 0.57 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.71% | - |
| HSV(B) | 180º | 0.57% | 1% | - |
| XYZ | 59.52 | 81.23 | 106.31 | - |
| YUV | 210.35 | 152.63 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 254 | 254 | 0.57 | 0 | 0 | 0.00 | 180 | 0.99 | 0.71 |
| Hex | 6C | FE | FE | 39 | 0 | 0 | 0 | B4 | 63 | 47 |
| Octal | 154 | 376 | 376 | 71 | 0 | 0 | 0 | 264 | 143 | 107 |
| Binary | 1101100 | 11111110 | 11111110 | 111001 | 0 | 0 | 0 | 10110100 | 1100011 | 1000111 |
Color Harmonies of #6CFEFE
Complementary color
Monochromatic Colors of #6CFEFE
Black with #6CFEFE
Text Example
Text Example
White with #6CFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFEFE; }
p { color: rgb(108,254,254); }
H1.HeaderClassName
{
color: #6CFEFE;
}
.AnyTagClassName
{
color: #6CFEFE;
}
</style>
background-color css
<style>
a { background-color: #6CFEFE; }
a { background-color: rgb(108,254,254); }
div.DivClassName
{
background-color: #6CFEFE;
}
.BgClassName
{
background-color: #6CFEFE;
}
</style>
border-color css
<style>
span { border-color: #6CFEFE; }
span { border-color: rgb(108,254,254); }
td.TdClassName
{
border-color: #6CFEFE;
}
.TagClassName
{
border-color: #6CFEFE;
}
</style>