Html Css Color HEX #64AEFD Maya Blue

📋 copy color: '#64AEFD'

red 100 ◦ green 174 ◦ blue 253

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

Shades of Maya Blue #64AEFD

Tints of Maya Blue #64AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 18.98%
G = 33.02%
B = 48.01%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64AEFD (or 0x64AEFD) is known color: Maya Blue. HEX triplet: 64, AE and FD. RGB value is (100,174,253). Sum of RGB (Red+Green+Blue) = 100+174+253=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #64AEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AEFD is #9B5102. Grayscale: #A0A0A0. Windows color (decimal): -10178819 or 16625252. OLE color: 16625252.

HSL color Cylindrical-coordinate representation of color #64AEFD: hue angle of 210.98º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AEFD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 174 253 -
CMYK 0.60 0.31 0 0.01
HSL 210.98º 0.97% 0.69% -
HSV(B) 210.98º 0.6% 0.99% -
XYZ 38.12 40.07 98.65 -
YUV 160.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 100 174 253 0.60 0.31 0 0.01 210.98 0.97 0.69
Hex 64 AE FD 3C 1F 0 1 D3 61 45
Octal 144 256 375 74 37 0 1 323 141 105
Binary 1100100 10101110 11111101 111100 11111 0 1 11010011 1100001 1000101

Color Harmonies of #64AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEFD

Black with #64AEFD

Text Example


Text Example

White with #64AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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