Html Css Color HEX #64B8FE Maya Blue

📋 copy color: '#64B8FE'

red 100 ◦ green 184 ◦ blue 254

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

Shades of Maya Blue #64B8FE

Tints of Maya Blue #64B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.2%

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

R = 18.59%
G = 34.2%
B = 47.21%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64B8FE (or 0x64B8FE) is known color: Maya Blue. HEX triplet: 64, B8 and FE. RGB value is (100,184,254). Sum of RGB (Red+Green+Blue) = 100+184+254=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #64B8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B8FE is #9B4701. Grayscale: #A6A6A6. Windows color (decimal): -10176258 or 16693348. OLE color: 16693348.

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

Color convert

RGB 100 184 254 -
CMYK 0.61 0.28 0 0.00
HSL 207.27º 0.99% 0.69% -
HSV(B) 207.27º 0.61% 1% -
XYZ 40.29 44.15 100.16 -
YUV 166.86 177.17 80.31 -
System Red Green Blue C M Y K H S L
Decimal 100 184 254 0.61 0.28 0 0.00 207.27 0.99 0.69
Hex 64 B8 FE 3D 1C 0 0 CF 63 45
Octal 144 270 376 75 34 0 0 317 143 105
Binary 1100100 10111000 11111110 111101 11100 0 0 11001111 1100011 1000101

Color Harmonies of #64B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B8FE

Black with #64B8FE

Text Example


Text Example

White with #64B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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