Shades of Maya Blue #67BFFE
Tints of Maya Blue #67BFFE
RGB
CMYK
RGB Variations
Color information
#67BFFE (or 0x67BFFE) is known color: Maya Blue. HEX triplet: 67, BF and FE. RGB value is (103,191,254). Sum of RGB (Red+Green+Blue) = 103+191+254=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #67BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BFFE is #984001. Grayscale: #ABABAB. Windows color (decimal): -9977858 or 16695143. OLE color: 16695143.
HSL color Cylindrical-coordinate representation of color #67BFFE: hue angle of 205.03º 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 #67BFFE is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 191 | 254 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.00 |
| HSL | 205.03º | 0.99% | 0.7% | - |
| HSV(B) | 205.03º | 0.59% | 1% | - |
| XYZ | 42.11 | 47.3 | 100.68 | - |
| YUV | 171.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 254 | 0.59 | 0.25 | 0 | 0.00 | 205.03 | 0.99 | 0.7 |
| Hex | 67 | BF | FE | 3B | 19 | 0 | 0 | CD | 63 | 46 |
| Octal | 147 | 277 | 376 | 73 | 31 | 0 | 0 | 315 | 143 | 106 |
| Binary | 1100111 | 10111111 | 11111110 | 111011 | 11001 | 0 | 0 | 11001101 | 1100011 | 1000110 |
Color Harmonies of #67BFFE
Complementary color
Monochromatic Colors of #67BFFE
Black with #67BFFE
Text Example
Text Example
White with #67BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFFE; }
p { color: rgb(103,191,254); }
H1.HeaderClassName
{
color: #67BFFE;
}
.AnyTagClassName
{
color: #67BFFE;
}
</style>
background-color css
<style>
a { background-color: #67BFFE; }
a { background-color: rgb(103,191,254); }
div.DivClassName
{
background-color: #67BFFE;
}
.BgClassName
{
background-color: #67BFFE;
}
</style>
border-color css
<style>
span { border-color: #67BFFE; }
span { border-color: rgb(103,191,254); }
td.TdClassName
{
border-color: #67BFFE;
}
.TagClassName
{
border-color: #67BFFE;
}
</style>