Html Css Color HEX #64AEFF Maya Blue

📋 copy color: '#64AEFF'

red 100 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #64AEFF

Tints of Maya Blue #64AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.89%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 18.9%
G = 32.89%
B = 48.2%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64AEFF (or 0x64AEFF) is known color: Maya Blue. HEX triplet: 64, AE and FF. RGB value is (100,174,255). Sum of RGB (Red+Green+Blue) = 100+174+255=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #64AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AEFF is #9B5100. Grayscale: #A0A0A0. Windows color (decimal): -10178817 or 16756324. OLE color: 16756324.

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

Color convert

RGB 100 174 255 -
CMYK 0.61 0.32 0 0
HSL 211.35º 1% 0.7% -
HSV(B) 211.35º 0.61% 1% -
XYZ 38.44 40.2 100.34 -
YUV 161.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 100 174 255 0.61 0.32 0 0 211.35 1 0.7
Hex 64 AE FF 3D 20 0 0 D3 64 46
Octal 144 256 377 75 40 0 0 323 144 106
Binary 1100100 10101110 11111111 111101 100000 0 0 11010011 1100100 1000110

Color Harmonies of #64AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEFF

Black with #64AEFF

Text Example


Text Example

White with #64AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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