Shades of Baby Blue #6CFAED
Tints of Baby Blue #6CFAED
RGB
CMYK
RGB Variations
Color information
#6CFAED (or 0x6CFAED) is known color: Baby Blue. HEX triplet: 6C, FA and ED. RGB value is (108,250,237). Sum of RGB (Red+Green+Blue) = 108+250+237=595 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.15% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFAED is #930512. Grayscale: #CDCDCD. Windows color (decimal): -9635091 or 15596140. OLE color: 15596140.
HSL color Cylindrical-coordinate representation of color #6CFAED: hue angle of 174.51º degrees, saturation: 0.93, 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 #6CFAED is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 250 | 237 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.02 |
| HSL | 174.51º | 0.93% | 0.7% | - |
| HSV(B) | 174.51º | 0.57% | 0.98% | - |
| XYZ | 55.66 | 77.67 | 92.18 | - |
| YUV | 206.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 250 | 237 | 0.57 | 0 | 0.05 | 0.02 | 174.51 | 0.93 | 0.7 |
| Hex | 6C | FA | ED | 39 | 0 | 5 | 2 | AF | 5D | 46 |
| Octal | 154 | 372 | 355 | 71 | 0 | 5 | 2 | 257 | 135 | 106 |
| Binary | 1101100 | 11111010 | 11101101 | 111001 | 0 | 101 | 10 | 10101111 | 1011101 | 1000110 |
Color Harmonies of #6CFAED
Complementary color
Monochromatic Colors of #6CFAED
Black with #6CFAED
Text Example
Text Example
White with #6CFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFAED; }
p { color: rgb(108,250,237); }
H1.HeaderClassName
{
color: #6CFAED;
}
.AnyTagClassName
{
color: #6CFAED;
}
</style>
background-color css
<style>
a { background-color: #6CFAED; }
a { background-color: rgb(108,250,237); }
div.DivClassName
{
background-color: #6CFAED;
}
.BgClassName
{
background-color: #6CFAED;
}
</style>
border-color css
<style>
span { border-color: #6CFAED; }
span { border-color: rgb(108,250,237); }
td.TdClassName
{
border-color: #6CFAED;
}
.TagClassName
{
border-color: #6CFAED;
}
</style>