Html Css Color HEX #64ACFE Maya Blue

📋 copy color: '#64ACFE'

red 100 ◦ green 172 ◦ blue 254

#64ACFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #64ACFE

Tints of Maya Blue #64ACFE

RGB

 RED value IS 100 (39.45% from 255) = 19.01%

 GREEN value IS 172 (67.58% from 255) = 32.7%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 19.01%
G = 32.7%
B = 48.29%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64ACFE (or 0x64ACFE) is known color: Maya Blue. HEX triplet: 64, AC and FE. RGB value is (100,172,254). Sum of RGB (Red+Green+Blue) = 100+172+254=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #64ACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACFE is #9B5301. Grayscale: #9F9F9F. Windows color (decimal): -10179330 or 16690276. OLE color: 16690276.

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

Color convert

RGB 100 172 254 -
CMYK 0.61 0.32 0 0.00
HSL 211.95º 0.99% 0.69% -
HSV(B) 211.95º 0.61% 1% -
XYZ 37.9 39.37 99.37 -
YUV 159.82 181.15 85.33 -
System Red Green Blue C M Y K H S L
Decimal 100 172 254 0.61 0.32 0 0.00 211.95 0.99 0.69
Hex 64 AC FE 3D 20 0 0 D4 63 45
Octal 144 254 376 75 40 0 0 324 143 105
Binary 1100100 10101100 11111110 111101 100000 0 0 11010100 1100011 1000101

Color Harmonies of #64ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ACFE

Black with #64ACFE

Text Example


Text Example

White with #64ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64ACFE;
 }
 .AnyTagClassName
 {
   color: #64ACFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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