Shades of Maya Blue #67CFFE
Tints of Maya Blue #67CFFE
RGB
CMYK
RGB Variations
Color information
#67CFFE (or 0x67CFFE) is known color: Maya Blue. HEX triplet: 67, CF and FE. RGB value is (103,207,254). Sum of RGB (Red+Green+Blue) = 103+207+254=564 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.26% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #67CFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CFFE is #983001. Grayscale: #B4B4B4. Windows color (decimal): -9973762 or 16699239. OLE color: 16699239.
HSL color Cylindrical-coordinate representation of color #67CFFE: hue angle of 198.68º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67CFFE is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 207 | 254 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.00 |
| HSL | 198.68º | 0.99% | 0.7% | - |
| HSV(B) | 198.68º | 0.59% | 1% | - |
| XYZ | 45.8 | 54.66 | 101.9 | - |
| YUV | 181.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 254 | 0.59 | 0.19 | 0 | 0.00 | 198.68 | 0.99 | 0.7 |
| Hex | 67 | CF | FE | 3B | 13 | 0 | 0 | C7 | 63 | 46 |
| Octal | 147 | 317 | 376 | 73 | 23 | 0 | 0 | 307 | 143 | 106 |
| Binary | 1100111 | 11001111 | 11111110 | 111011 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000110 |
Color Harmonies of #67CFFE
Complementary color
Monochromatic Colors of #67CFFE
Black with #67CFFE
Text Example
Text Example
White with #67CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFFE; }
p { color: rgb(103,207,254); }
H1.HeaderClassName
{
color: #67CFFE;
}
.AnyTagClassName
{
color: #67CFFE;
}
</style>
background-color css
<style>
a { background-color: #67CFFE; }
a { background-color: rgb(103,207,254); }
div.DivClassName
{
background-color: #67CFFE;
}
.BgClassName
{
background-color: #67CFFE;
}
</style>
border-color css
<style>
span { border-color: #67CFFE; }
span { border-color: rgb(103,207,254); }
td.TdClassName
{
border-color: #67CFFE;
}
.TagClassName
{
border-color: #67CFFE;
}
</style>