Html Css Color HEX #64ADFB Maya Blue

📋 copy color: '#64ADFB'

red 100 ◦ green 173 ◦ blue 251

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

Shades of Maya Blue #64ADFB

Tints of Maya Blue #64ADFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 19.08%
G = 33.02%
B = 47.9%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64ADFB (or 0x64ADFB) is known color: Maya Blue. HEX triplet: 64, AD and FB. RGB value is (100,173,251). Sum of RGB (Red+Green+Blue) = 100+173+251=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #64ADFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADFB is #9B5204. Grayscale: #9F9F9F. Windows color (decimal): -10179077 or 16493924. OLE color: 16493924.

HSL color Cylindrical-coordinate representation of color #64ADFB: hue angle of 210.99º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64ADFB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 173 251 -
CMYK 0.60 0.31 0 0.02
HSL 210.99º 0.95% 0.69% -
HSV(B) 210.99º 0.6% 0.98% -
XYZ 37.61 39.56 96.92 -
YUV 160.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 100 173 251 0.60 0.31 0 0.02 210.99 0.95 0.69
Hex 64 AD FB 3C 1F 0 2 D3 5F 45
Octal 144 255 373 74 37 0 2 323 137 105
Binary 1100100 10101101 11111011 111100 11111 0 10 11010011 1011111 1000101

Color Harmonies of #64ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADFB

Black with #64ADFB

Text Example


Text Example

White with #64ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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