Shades of Maya Blue #67BDFE
Tints of Maya Blue #67BDFE
RGB
CMYK
RGB Variations
Color information
#67BDFE (or 0x67BDFE) is known color: Maya Blue. HEX triplet: 67, BD and FE. RGB value is (103,189,254). Sum of RGB (Red+Green+Blue) = 103+189+254=546 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.86% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #67BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDFE is #984201. Grayscale: #AAAAAA. Windows color (decimal): -9978370 or 16694631. OLE color: 16694631.
HSL color Cylindrical-coordinate representation of color #67BDFE: hue angle of 205.83º 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 #67BDFE is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 189 | 254 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.00 |
| HSL | 205.83º | 0.99% | 0.7% | - |
| HSV(B) | 205.83º | 0.59% | 1% | - |
| XYZ | 41.68 | 46.43 | 100.53 | - |
| YUV | 170.7 | 175.01 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 254 | 0.59 | 0.26 | 0 | 0.00 | 205.83 | 0.99 | 0.7 |
| Hex | 67 | BD | FE | 3B | 1A | 0 | 0 | CE | 63 | 46 |
| Octal | 147 | 275 | 376 | 73 | 32 | 0 | 0 | 316 | 143 | 106 |
| Binary | 1100111 | 10111101 | 11111110 | 111011 | 11010 | 0 | 0 | 11001110 | 1100011 | 1000110 |
Color Harmonies of #67BDFE
Complementary color
Monochromatic Colors of #67BDFE
Black with #67BDFE
Text Example
Text Example
White with #67BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDFE; }
p { color: rgb(103,189,254); }
H1.HeaderClassName
{
color: #67BDFE;
}
.AnyTagClassName
{
color: #67BDFE;
}
</style>
background-color css
<style>
a { background-color: #67BDFE; }
a { background-color: rgb(103,189,254); }
div.DivClassName
{
background-color: #67BDFE;
}
.BgClassName
{
background-color: #67BDFE;
}
</style>
border-color css
<style>
span { border-color: #67BDFE; }
span { border-color: rgb(103,189,254); }
td.TdClassName
{
border-color: #67BDFE;
}
.TagClassName
{
border-color: #67BDFE;
}
</style>