#64C6FD

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

Shades of Maya Blue #64C6FD

Tints of Maya Blue #64C6FD

Color information

#64C6FD (or 0x64C6FD) is unknown color: approx Maya Blue. HEX triplet: 64, C6 and FD. RGB value is (100,198,253). Sum of RGB (Red+Green+Blue) = 100+198+253=551 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.15% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #64C6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C6FD is #9B3902. Grayscale: #AEAEAE. Windows color (decimal): -10172675 or 16631396. OLE color: 16631396.

HSL color Cylindrical-coordinate representation of color #64C6FD: hue angle of 201.57º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C6FD is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100198253-
CMYK0.600.2200.01
HSL201.57º97.45%69.22%-
HSV(B)201.57º60.47%99.22%-
XYZ43.1850.19100.34-
YUV174.97172.0374.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.15%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=18.15%
G=35.93%
B=45.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001982530.600.2200.01201.5797.4569.22
Hex64C6FD3C1601ca6145
Octal144306375742601312141105
Binary1100100110001101111110111110010110011100101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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