Html Css Color HEX #64AFFF Maya Blue

📋 copy color: '#64AFFF'

red 100 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #64AFFF

Tints of Maya Blue #64AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.02%

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

R = 18.87%
G = 33.02%
B = 48.11%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64AFFF (or 0x64AFFF) is known color: Maya Blue. HEX triplet: 64, AF and FF. RGB value is (100,175,255). Sum of RGB (Red+Green+Blue) = 100+175+255=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #64AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFFF is #9B5000. Grayscale: #A1A1A1. Windows color (decimal): -10178561 or 16756580. OLE color: 16756580.

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

Color convert

RGB 100 175 255 -
CMYK 0.61 0.31 0 0
HSL 210.97º 1% 0.7% -
HSV(B) 210.97º 0.61% 1% -
XYZ 38.64 40.59 100.41 -
YUV 161.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 100 175 255 0.61 0.31 0 0 210.97 1 0.7
Hex 64 AF FF 3D 1F 0 0 D3 64 46
Octal 144 257 377 75 37 0 0 323 144 106
Binary 1100100 10101111 11111111 111101 11111 0 0 11010011 1100100 1000110

Color Harmonies of #64AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFFF

Black with #64AFFF

Text Example


Text Example

White with #64AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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