#64B7FE

Color #64B7FE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #64B7FE

Tints of Maya Blue #64B7FE

Color information

#64B7FE (or 0x64B7FE) is unknown color: approx Maya Blue. HEX triplet: 64, B7 and FE. RGB value is (100,183,254). Sum of RGB (Red+Green+Blue) = 100+183+254=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #64B7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7FE is #9B4801. Grayscale: #A5A5A5. Windows color (decimal): -10176514 or 16693092. OLE color: 16693092.

HSL color Cylindrical-coordinate representation of color #64B7FE: hue angle of 207.66º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64B7FE is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100183254-
CMYK0.610.2800.00
HSL207.66º98.72%69.41%-
HSV(B)207.66º60.63%99.61%-
XYZ40.0843.73100.09-
YUV166.28177.580.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 18.62%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=18.62%
G=34.08%
B=47.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1001832540.610.2800.00207.6698.7269.41
Hex64B7FE3D1C00d06345
Octal144267376753400320143105
Binary1100100101101111111111011110111100001101000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64B7FE; }

 p { color: rgb(100,183,254); }

 H1.HeaderClassName
 {
   color: #64B7FE;
 }
 .AnyTagClassName
 {
   color: #64B7FE;
 }
</style>
background-color css

<style>
 a { background-color: #64B7FE; }

 a { background-color: rgb(100,183,254); }

 div.DivClassName
 {
   background-color: #64B7FE;
 }
 .BgClassName
 {
   background-color: #64B7FE;
 }
</style>
border-color css

<style>
 span { border-color: #64B7FE; }

 span { border-color: rgb(100,183,254); }

 td.TdClassName
 {
   border-color: #64B7FE;
 }
 .TagClassName
 {
   border-color: #64B7FE;
 }
</style>