Html Css Color HEX #64C8FE Maya Blue

📋 copy color: '#64C8FE'

red 100 ◦ green 200 ◦ blue 254

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

Shades of Maya Blue #64C8FE

Tints of Maya Blue #64C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

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

R = 18.05%
G = 36.1%
B = 45.85%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64C8FE (or 0x64C8FE) is known color: Maya Blue. HEX triplet: 64, C8 and FE. RGB value is (100,200,254). Sum of RGB (Red+Green+Blue) = 100+200+254=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #64C8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C8FE is #9B3701. Grayscale: #AFAFAF. Windows color (decimal): -10172162 or 16697444. OLE color: 16697444.

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

Color convert

RGB 100 200 254 -
CMYK 0.61 0.21 0 0.00
HSL 201.04º 0.99% 0.69% -
HSV(B) 201.04º 0.61% 1% -
XYZ 43.8 51.17 101.34 -
YUV 176.26 171.87 73.61 -
System Red Green Blue C M Y K H S L
Decimal 100 200 254 0.61 0.21 0 0.00 201.04 0.99 0.69
Hex 64 C8 FE 3D 15 0 0 C9 63 45
Octal 144 310 376 75 25 0 0 311 143 105
Binary 1100100 11001000 11111110 111101 10101 0 0 11001001 1100011 1000101

Color Harmonies of #64C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C8FE

Black with #64C8FE

Text Example


Text Example

White with #64C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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