#64CAF1

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

Shades of Maya Blue #64CAF1

Tints of Maya Blue #64CAF1

Color information

#64CAF1 (or 0x64CAF1) is unknown color: approx Maya Blue. HEX triplet: 64, CA and F1. RGB value is (100,202,241). Sum of RGB (Red+Green+Blue) = 100+202+241=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #64CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CAF1 is #9B350E. Grayscale: #AFAFAF. Windows color (decimal): -10171663 or 15845988. OLE color: 15845988.

HSL color Cylindrical-coordinate representation of color #64CAF1: hue angle of 196.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64CAF1 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100202241-
CMYK0.590.1600.05
HSL196.6º83.43%66.86%-
HSV(B)196.6º58.51%94.51%-
XYZ42.2551.390.89-
YUV175.95164.7173.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.42%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 241 (94.53% from 255) = 44.38%
R=18.42%
G=37.20%
B=44.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002022410.590.1600.05196.683.4366.86
Hex64CAF13B1005c55343
Octal144312361732005305123103
Binary110010011001010111100011110111000001011100010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,202,241); }

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

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

 a { background-color: rgb(100,202,241); }

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

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

 span { border-color: rgb(100,202,241); }

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