Html Css Color HEX #64C8FA Maya Blue

📋 copy color: '#64C8FA'

red 100 ◦ green 200 ◦ blue 250

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

Shades of Maya Blue #64C8FA

Tints of Maya Blue #64C8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.6

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64C8FA (or 0x64C8FA) is known color: Maya Blue. HEX triplet: 64, C8 and FA. RGB value is (100,200,250). Sum of RGB (Red+Green+Blue) = 100+200+250=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #64C8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C8FA is #9B3705. Grayscale: #AFAFAF. Windows color (decimal): -10172166 or 16435300. OLE color: 16435300.

HSL color Cylindrical-coordinate representation of color #64C8FA: hue angle of 200º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64C8FA is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 200 250 -
CMYK 0.6 0.2 0 0.02
HSL 200º 0.94% 0.69% -
HSV(B) 200º 0.6% 0.98% -
XYZ 43.17 50.92 98 -
YUV 175.8 169.87 73.93 -
System Red Green Blue C M Y K H S L
Decimal 100 200 250 0.6 0.2 0 0.02 200 0.94 0.69
Hex 64 C8 FA 3C 14 0 2 C8 5E 45
Octal 144 310 372 74 24 0 2 310 136 105
Binary 1100100 11001000 11111010 111100 10100 0 10 11001000 1011110 1000101

Color Harmonies of #64C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C8FA

Black with #64C8FA

Text Example


Text Example

White with #64C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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