Shades of Electric Blue #6CEAFF
Tints of Electric Blue #6CEAFF
RGB
CMYK
RGB Variations
Color information
#6CEAFF (or 0x6CEAFF) is known color: Electric Blue. HEX triplet: 6C, EA and FF. RGB value is (108,234,255). Sum of RGB (Red+Green+Blue) = 108+234+255=597 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.09% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEAFF is #931500. Grayscale: #C6C6C6. Windows color (decimal): -9639169 or 16771692. OLE color: 16771692.
HSL color Cylindrical-coordinate representation of color #6CEAFF: hue angle of 188.57º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CEAFF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 234 | 255 | - |
| CMYK | 0.58 | 0.08 | 0 | 0 |
| HSL | 188.57º | 1% | 0.71% | - |
| HSV(B) | 188.57º | 0.58% | 1% | - |
| XYZ | 53.66 | 69.25 | 105.15 | - |
| YUV | 198.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 255 | 0.58 | 0.08 | 0 | 0 | 188.57 | 1 | 0.71 |
| Hex | 6C | EA | FF | 3A | 8 | 0 | 0 | BD | 64 | 47 |
| Octal | 154 | 352 | 377 | 72 | 10 | 0 | 0 | 275 | 144 | 107 |
| Binary | 1101100 | 11101010 | 11111111 | 111010 | 1000 | 0 | 0 | 10111101 | 1100100 | 1000111 |
Color Harmonies of #6CEAFF
Complementary color
Monochromatic Colors of #6CEAFF
Black with #6CEAFF
Text Example
Text Example
White with #6CEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEAFF; }
p { color: rgb(108,234,255); }
H1.HeaderClassName
{
color: #6CEAFF;
}
.AnyTagClassName
{
color: #6CEAFF;
}
</style>
background-color css
<style>
a { background-color: #6CEAFF; }
a { background-color: rgb(108,234,255); }
div.DivClassName
{
background-color: #6CEAFF;
}
.BgClassName
{
background-color: #6CEAFF;
}
</style>
border-color css
<style>
span { border-color: #6CEAFF; }
span { border-color: rgb(108,234,255); }
td.TdClassName
{
border-color: #6CEAFF;
}
.TagClassName
{
border-color: #6CEAFF;
}
</style>