Html Css Color HEX #64B1FD Maya Blue

📋 copy color: '#64B1FD'

red 100 ◦ green 177 ◦ blue 253

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

Shades of Maya Blue #64B1FD

Tints of Maya Blue #64B1FD

RGB

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

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

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

R = 18.87%
G = 33.4%
B = 47.74%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64B1FD (or 0x64B1FD) is known color: Maya Blue. HEX triplet: 64, B1 and FD. RGB value is (100,177,253). Sum of RGB (Red+Green+Blue) = 100+177+253=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #64B1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B1FD is #9B4E02. Grayscale: #A2A2A2. Windows color (decimal): -10178051 or 16626020. OLE color: 16626020.

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

Color convert

RGB 100 177 253 -
CMYK 0.60 0.30 0 0.01
HSL 209.8º 0.97% 0.69% -
HSV(B) 209.8º 0.6% 0.99% -
XYZ 38.71 41.25 98.85 -
YUV 162.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 100 177 253 0.60 0.30 0 0.01 209.8 0.97 0.69
Hex 64 B1 FD 3C 1E 0 1 D2 61 45
Octal 144 261 375 74 36 0 1 322 141 105
Binary 1100100 10110001 11111101 111100 11110 0 1 11010010 1100001 1000101

Color Harmonies of #64B1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B1FD

Black with #64B1FD

Text Example


Text Example

White with #64B1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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