Shades of Charlotte #94DCEA
Tints of Charlotte #94DCEA
RGB
CMYK
RGB Variations
Color information
#94DCEA (or 0x94DCEA) is known color: Charlotte. HEX triplet: 94, DC and EA. RGB value is (148,220,234). Sum of RGB (Red+Green+Blue) = 148+220+234=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #94DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCEA is #6B2315. Grayscale: #C7C7C7. Windows color (decimal): -7021334 or 15391892. OLE color: 15391892.
HSL color Cylindrical-coordinate representation of color #94DCEA: hue angle of 189.77º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94DCEA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 220 | 234 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.08 |
| HSL | 189.77º | 0.67% | 0.75% | - |
| HSV(B) | 189.77º | 0.37% | 0.92% | - |
| XYZ | 52.66 | 63.42 | 87.31 | - |
| YUV | 200.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 234 | 0.37 | 0.06 | 0 | 0.08 | 189.77 | 0.67 | 0.75 |
| Hex | 94 | DC | EA | 25 | 6 | 0 | 8 | BE | 43 | 4B |
| Octal | 224 | 334 | 352 | 45 | 6 | 0 | 10 | 276 | 103 | 113 |
| Binary | 10010100 | 11011100 | 11101010 | 100101 | 110 | 0 | 1000 | 10111110 | 1000011 | 1001011 |
Color Harmonies of #94DCEA
Complementary color
Monochromatic Colors of #94DCEA
Black with #94DCEA
Text Example
Text Example
White with #94DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCEA; }
p { color: rgb(148,220,234); }
H1.HeaderClassName
{
color: #94DCEA;
}
.AnyTagClassName
{
color: #94DCEA;
}
</style>
background-color css
<style>
a { background-color: #94DCEA; }
a { background-color: rgb(148,220,234); }
div.DivClassName
{
background-color: #94DCEA;
}
.BgClassName
{
background-color: #94DCEA;
}
</style>
border-color css
<style>
span { border-color: #94DCEA; }
span { border-color: rgb(148,220,234); }
td.TdClassName
{
border-color: #94DCEA;
}
.TagClassName
{
border-color: #94DCEA;
}
</style>