Html Css Color HEX #64AFFD Maya Blue

📋 copy color: '#64AFFD'

red 100 ◦ green 175 ◦ blue 253

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

Shades of Maya Blue #64AFFD

Tints of Maya Blue #64AFFD

RGB

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

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

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

R = 18.94%
G = 33.14%
B = 47.92%

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

#64AFFD (or 0x64AFFD) is known color: Maya Blue. HEX triplet: 64, AF and FD. RGB value is (100,175,253). Sum of RGB (Red+Green+Blue) = 100+175+253=528 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.94% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #64AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFFD is #9B5002. Grayscale: #A1A1A1. Windows color (decimal): -10178563 or 16625508. OLE color: 16625508.

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

Color convert

RGB 100 175 253 -
CMYK 0.60 0.31 0 0.01
HSL 210.59º 0.97% 0.69% -
HSV(B) 210.59º 0.6% 0.99% -
XYZ 38.32 40.46 98.72 -
YUV 161.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 100 175 253 0.60 0.31 0 0.01 210.59 0.97 0.69
Hex 64 AF FD 3C 1F 0 1 D3 61 45
Octal 144 257 375 74 37 0 1 323 141 105
Binary 1100100 10101111 11111101 111100 11111 0 1 11010011 1100001 1000101

Color Harmonies of #64AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFFD

Black with #64AFFD

Text Example


Text Example

White with #64AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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