Shades of Maya Blue #67CFFD
Tints of Maya Blue #67CFFD
RGB
CMYK
RGB Variations
Color information
#67CFFD (or 0x67CFFD) is known color: Maya Blue. HEX triplet: 67, CF and FD. RGB value is (103,207,253). Sum of RGB (Red+Green+Blue) = 103+207+253=563 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.29% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #67CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CFFD is #983002. Grayscale: #B4B4B4. Windows color (decimal): -9973763 or 16633703. OLE color: 16633703.
HSL color Cylindrical-coordinate representation of color #67CFFD: hue angle of 198.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67CFFD is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 207 | 253 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.01 |
| HSL | 198.4º | 0.97% | 0.7% | - |
| HSV(B) | 198.4º | 0.59% | 0.99% | - |
| XYZ | 45.64 | 54.6 | 101.06 | - |
| YUV | 181.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 253 | 0.59 | 0.18 | 0 | 0.01 | 198.4 | 0.97 | 0.7 |
| Hex | 67 | CF | FD | 3B | 12 | 0 | 1 | C6 | 61 | 46 |
| Octal | 147 | 317 | 375 | 73 | 22 | 0 | 1 | 306 | 141 | 106 |
| Binary | 1100111 | 11001111 | 11111101 | 111011 | 10010 | 0 | 1 | 11000110 | 1100001 | 1000110 |
Color Harmonies of #67CFFD
Complementary color
Monochromatic Colors of #67CFFD
Black with #67CFFD
Text Example
Text Example
White with #67CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFFD; }
p { color: rgb(103,207,253); }
H1.HeaderClassName
{
color: #67CFFD;
}
.AnyTagClassName
{
color: #67CFFD;
}
</style>
background-color css
<style>
a { background-color: #67CFFD; }
a { background-color: rgb(103,207,253); }
div.DivClassName
{
background-color: #67CFFD;
}
.BgClassName
{
background-color: #67CFFD;
}
</style>
border-color css
<style>
span { border-color: #67CFFD; }
span { border-color: rgb(103,207,253); }
td.TdClassName
{
border-color: #67CFFD;
}
.TagClassName
{
border-color: #67CFFD;
}
</style>