Html Css Color HEX #64B1FE Maya Blue

📋 copy color: '#64B1FE'

red 100 ◦ green 177 ◦ blue 254

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

Shades of Maya Blue #64B1FE

Tints of Maya Blue #64B1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 18.83%
G = 33.33%
B = 47.83%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64B1FE (or 0x64B1FE) is known color: Maya Blue. HEX triplet: 64, B1 and FE. RGB value is (100,177,254). Sum of RGB (Red+Green+Blue) = 100+177+254=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #64B1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B1FE is #9B4E01. Grayscale: #A2A2A2. Windows color (decimal): -10178050 or 16691556. OLE color: 16691556.

HSL color Cylindrical-coordinate representation of color #64B1FE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64B1FE is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 177 254 -
CMYK 0.61 0.30 0 0.00
HSL 210º 0.99% 0.69% -
HSV(B) 210º 0.61% 1% -
XYZ 38.87 41.31 99.69 -
YUV 162.76 179.49 83.24 -
System Red Green Blue C M Y K H S L
Decimal 100 177 254 0.61 0.30 0 0.00 210 0.99 0.69
Hex 64 B1 FE 3D 1E 0 0 D2 63 45
Octal 144 261 376 75 36 0 0 322 143 105
Binary 1100100 10110001 11111110 111101 11110 0 0 11010010 1100011 1000101

Color Harmonies of #64B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B1FE

Black with #64B1FE

Text Example


Text Example

White with #64B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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