Html Css Color HEX #64ADFD Maya Blue

📋 copy color: '#64ADFD'

red 100 ◦ green 173 ◦ blue 253

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

Shades of Maya Blue #64ADFD

Tints of Maya Blue #64ADFD

RGB

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

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

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

R = 19.01%
G = 32.89%
B = 48.1%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64ADFD (or 0x64ADFD) is known color: Maya Blue. HEX triplet: 64, AD and FD. RGB value is (100,173,253). Sum of RGB (Red+Green+Blue) = 100+173+253=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #64ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADFD is #9B5202. Grayscale: #9F9F9F. Windows color (decimal): -10179075 or 16624996. OLE color: 16624996.

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

Color convert

RGB 100 173 253 -
CMYK 0.60 0.32 0 0.01
HSL 211.37º 0.97% 0.69% -
HSV(B) 211.37º 0.6% 0.99% -
XYZ 37.93 39.69 98.59 -
YUV 160.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 100 173 253 0.60 0.32 0 0.01 211.37 0.97 0.69
Hex 64 AD FD 3C 20 0 1 D3 61 45
Octal 144 255 375 74 40 0 1 323 141 105
Binary 1100100 10101101 11111101 111100 100000 0 1 11010011 1100001 1000101

Color Harmonies of #64ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADFD

Black with #64ADFD

Text Example


Text Example

White with #64ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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