Html Css Color HEX #64AEFE Maya Blue

📋 copy color: '#64AEFE'

red 100 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #64AEFE

Tints of Maya Blue #64AEFE

RGB

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

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

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

R = 18.94%
G = 32.95%
B = 48.11%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64AEFE (or 0x64AEFE) is known color: Maya Blue. HEX triplet: 64, AE and FE. RGB value is (100,174,254). Sum of RGB (Red+Green+Blue) = 100+174+254=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #64AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AEFE is #9B5101. Grayscale: #A0A0A0. Windows color (decimal): -10178818 or 16690788. OLE color: 16690788.

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

Color convert

RGB 100 174 254 -
CMYK 0.61 0.31 0 0.00
HSL 211.17º 0.99% 0.69% -
HSV(B) 211.17º 0.61% 1% -
XYZ 38.28 40.14 99.5 -
YUV 160.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 100 174 254 0.61 0.31 0 0.00 211.17 0.99 0.69
Hex 64 AE FE 3D 1F 0 0 D3 63 45
Octal 144 256 376 75 37 0 0 323 143 105
Binary 1100100 10101110 11111110 111101 11111 0 0 11010011 1100011 1000101

Color Harmonies of #64AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEFE

Black with #64AEFE

Text Example


Text Example

White with #64AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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