Html Css Color HEX #64BBFA Maya Blue

📋 copy color: '#64BBFA'

red 100 ◦ green 187 ◦ blue 250

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

Shades of Maya Blue #64BBFA

Tints of Maya Blue #64BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

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

R = 18.62%
G = 34.82%
B = 46.55%

CMYK

 C value IS 0.6

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64BBFA (or 0x64BBFA) is known color: Maya Blue. HEX triplet: 64, BB and FA. RGB value is (100,187,250). Sum of RGB (Red+Green+Blue) = 100+187+250=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #64BBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBFA is #9B4405. Grayscale: #A7A7A7. Windows color (decimal): -10175494 or 16431972. OLE color: 16431972.

HSL color Cylindrical-coordinate representation of color #64BBFA: hue angle of 205.2º 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 #64BBFA is Cyan = 0.6, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 187 250 -
CMYK 0.6 0.25 0 0.02
HSL 205.2º 0.94% 0.69% -
HSV(B) 205.2º 0.6% 0.98% -
XYZ 40.28 45.15 97.03 -
YUV 168.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 100 187 250 0.6 0.25 0 0.02 205.2 0.94 0.69
Hex 64 BB FA 3C 19 0 2 CD 5E 45
Octal 144 273 372 74 31 0 2 315 136 105
Binary 1100100 10111011 11111010 111100 11001 0 10 11001101 1011110 1000101

Color Harmonies of #64BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBFA

Black with #64BBFA

Text Example


Text Example

White with #64BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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