#64C6FE

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

Shades of Maya Blue #64C6FE

Tints of Maya Blue #64C6FE

Color information

#64C6FE (or 0x64C6FE) is unknown color: approx Maya Blue. HEX triplet: 64, C6 and FE. RGB value is (100,198,254). Sum of RGB (Red+Green+Blue) = 100+198+254=552 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.12% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #64C6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6FE is #9B3901. Grayscale: #AEAEAE. Windows color (decimal): -10172674 or 16696932. OLE color: 16696932.

HSL color Cylindrical-coordinate representation of color #64C6FE: hue angle of 201.82º 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 #64C6FE is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100198254-
CMYK0.610.2200.00
HSL201.82º98.72%69.41%-
HSV(B)201.82º60.63%99.61%-
XYZ43.3450.25101.18-
YUV175.08172.5374.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.12%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=18.12%
G=35.87%
B=46.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1001982540.610.2200.00201.8298.7269.41
Hex64C6FE3D1600ca6345
Octal144306376752600312143105
Binary1100100110001101111111011110110110001100101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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