#64B9FF

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

Shades of Maya Blue #64B9FF

Tints of Maya Blue #64B9FF

Color information

#64B9FF (or 0x64B9FF) is unknown color: approx Maya Blue. HEX triplet: 64, B9 and FF. RGB value is (100,185,255). Sum of RGB (Red+Green+Blue) = 100+185+255=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #64B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B9FF is #9B4600. Grayscale: #A7A7A7. Windows color (decimal): -10176001 or 16759140. OLE color: 16759140.

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

Color convert

RGB100185255-
CMYK0.610.2700
HSL207.1º100%69.61%-
HSV(B)207.1º60.78%100%-
XYZ40.6544.63101.08-
YUV167.56177.3479.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.52%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 255 (100% from 255) = 47.22%
R=18.52%
G=34.26%
B=47.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1001852550.610.2700207.110069.61
Hex64B9FF3D1B00cf6446
Octal144271377753300317144106
Binary1100100101110011111111111110111011001100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,185,255); }

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

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

 a { background-color: rgb(100,185,255); }

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

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

 span { border-color: rgb(100,185,255); }

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