Html Css Color HEX #64ABFF Maya Blue

📋 copy color: '#64ABFF'

red 100 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #64ABFF

Tints of Maya Blue #64ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

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

R = 19.01%
G = 32.51%
B = 48.48%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64ABFF (or 0x64ABFF) is known color: Maya Blue. HEX triplet: 64, AB and FF. RGB value is (100,171,255). Sum of RGB (Red+Green+Blue) = 100+171+255=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #64ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABFF is #9B5400. Grayscale: #9E9E9E. Windows color (decimal): -10179585 or 16755556. OLE color: 16755556.

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

Color convert

RGB 100 171 255 -
CMYK 0.61 0.33 0 0
HSL 212.52º 1% 0.7% -
HSV(B) 212.52º 0.61% 1% -
XYZ 37.87 39.06 100.15 -
YUV 159.35 181.98 85.67 -
System Red Green Blue C M Y K H S L
Decimal 100 171 255 0.61 0.33 0 0 212.52 1 0.7
Hex 64 AB FF 3D 21 0 0 D5 64 46
Octal 144 253 377 75 41 0 0 325 144 106
Binary 1100100 10101011 11111111 111101 100001 0 0 11010101 1100100 1000110

Color Harmonies of #64ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABFF

Black with #64ABFF

Text Example


Text Example

White with #64ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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