Html Css Color HEX #64ADFF Maya Blue

📋 copy color: '#64ADFF'

red 100 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #64ADFF

Tints of Maya Blue #64ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.77%

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

R = 18.94%
G = 32.77%
B = 48.3%

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

#64ADFF (or 0x64ADFF) is known color: Maya Blue. HEX triplet: 64, AD and FF. RGB value is (100,173,255). Sum of RGB (Red+Green+Blue) = 100+173+255=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #64ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADFF is #9B5200. Grayscale: #A0A0A0. Windows color (decimal): -10179073 or 16756068. OLE color: 16756068.

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

Color convert

RGB 100 173 255 -
CMYK 0.61 0.32 0 0
HSL 211.74º 1% 0.7% -
HSV(B) 211.74º 0.61% 1% -
XYZ 38.25 39.82 100.28 -
YUV 160.52 181.32 84.83 -
System Red Green Blue C M Y K H S L
Decimal 100 173 255 0.61 0.32 0 0 211.74 1 0.7
Hex 64 AD FF 3D 20 0 0 D4 64 46
Octal 144 255 377 75 40 0 0 324 144 106
Binary 1100100 10101101 11111111 111101 100000 0 0 11010100 1100100 1000110

Color Harmonies of #64ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADFF

Black with #64ADFF

Text Example


Text Example

White with #64ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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