Html Css Color HEX #64AEFA Maya Blue

📋 copy color: '#64AEFA'

red 100 ◦ green 174 ◦ blue 250

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

Shades of Maya Blue #64AEFA

Tints of Maya Blue #64AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 19.08%
G = 33.21%
B = 47.71%

CMYK

 C value IS 0.6

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64AEFA (or 0x64AEFA) is known color: Maya Blue. HEX triplet: 64, AE and FA. RGB value is (100,174,250). Sum of RGB (Red+Green+Blue) = 100+174+250=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #64AEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AEFA is #9B5105. Grayscale: #A0A0A0. Windows color (decimal): -10178822 or 16428644. OLE color: 16428644.

HSL color Cylindrical-coordinate representation of color #64AEFA: hue angle of 210.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AEFA is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 174 250 -
CMYK 0.6 0.30 0 0.02
HSL 210.4º 0.94% 0.69% -
HSV(B) 210.4º 0.6% 0.98% -
XYZ 37.65 39.88 96.16 -
YUV 160.54 178.48 84.82 -
System Red Green Blue C M Y K H S L
Decimal 100 174 250 0.6 0.30 0 0.02 210.4 0.94 0.69
Hex 64 AE FA 3C 1E 0 2 D2 5E 45
Octal 144 256 372 74 36 0 2 322 136 105
Binary 1100100 10101110 11111010 111100 11110 0 10 11010010 1011110 1000101

Color Harmonies of #64AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEFA

Black with #64AEFA

Text Example


Text Example

White with #64AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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