Html Css Color HEX #64B1FA Maya Blue

📋 copy color: '#64B1FA'

red 100 ◦ green 177 ◦ blue 250

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

Shades of Maya Blue #64B1FA

Tints of Maya Blue #64B1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 18.98%
G = 33.59%
B = 47.44%

CMYK

 C value IS 0.6

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64B1FA (or 0x64B1FA) is known color: Maya Blue. HEX triplet: 64, B1 and FA. RGB value is (100,177,250). Sum of RGB (Red+Green+Blue) = 100+177+250=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #64B1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B1FA is #9B4E05. Grayscale: #A1A1A1. Windows color (decimal): -10178054 or 16429412. OLE color: 16429412.

HSL color Cylindrical-coordinate representation of color #64B1FA: hue angle of 209.2º degrees, saturation: 0.94, 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 #64B1FA is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 177 250 -
CMYK 0.6 0.29 0 0.02
HSL 209.2º 0.94% 0.69% -
HSV(B) 209.2º 0.6% 0.98% -
XYZ 38.23 41.06 96.35 -
YUV 162.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 100 177 250 0.6 0.29 0 0.02 209.2 0.94 0.69
Hex 64 B1 FA 3C 1D 0 2 D1 5E 45
Octal 144 261 372 74 35 0 2 321 136 105
Binary 1100100 10110001 11111010 111100 11101 0 10 11010001 1011110 1000101

Color Harmonies of #64B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B1FA

Black with #64B1FA

Text Example


Text Example

White with #64B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,177,250); }

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

background-color css

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

 a { background-color: rgb(100,177,250); }

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

border-color css

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

 span { border-color: rgb(100,177,250); }

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