Html Css Color HEX #64B2FE Maya Blue

📋 copy color: '#64B2FE'

red 100 ◦ green 178 ◦ blue 254

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

Shades of Maya Blue #64B2FE

Tints of Maya Blue #64B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.46%

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

R = 18.8%
G = 33.46%
B = 47.74%

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

#64B2FE (or 0x64B2FE) is known color: Maya Blue. HEX triplet: 64, B2 and FE. RGB value is (100,178,254). Sum of RGB (Red+Green+Blue) = 100+178+254=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #64B2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B2FE is #9B4D01. Grayscale: #A2A2A2. Windows color (decimal): -10177794 or 16691812. OLE color: 16691812.

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

Color convert

RGB 100 178 254 -
CMYK 0.61 0.30 0 0.00
HSL 209.61º 0.99% 0.69% -
HSV(B) 209.61º 0.61% 1% -
XYZ 39.07 41.71 99.76 -
YUV 163.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 100 178 254 0.61 0.30 0 0.00 209.61 0.99 0.69
Hex 64 B2 FE 3D 1E 0 0 D2 63 45
Octal 144 262 376 75 36 0 0 322 143 105
Binary 1100100 10110010 11111110 111101 11110 0 0 11010010 1100011 1000101

Color Harmonies of #64B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B2FE

Black with #64B2FE

Text Example


Text Example

White with #64B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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