Html Css Color HEX #64BEFA Maya Blue

📋 copy color: '#64BEFA'

red 100 ◦ green 190 ◦ blue 250

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

Shades of Maya Blue #64BEFA

Tints of Maya Blue #64BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

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

R = 18.52%
G = 35.19%
B = 46.3%

CMYK

 C value IS 0.6

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64BEFA (or 0x64BEFA) is known color: Maya Blue. HEX triplet: 64, BE and FA. RGB value is (100,190,250). Sum of RGB (Red+Green+Blue) = 100+190+250=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #64BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEFA is #9B4105. Grayscale: #A9A9A9. Windows color (decimal): -10174726 or 16432740. OLE color: 16432740.

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

Color convert

RGB 100 190 250 -
CMYK 0.6 0.24 0 0.02
HSL 204º 0.94% 0.69% -
HSV(B) 204º 0.6% 0.98% -
XYZ 40.92 46.44 97.25 -
YUV 169.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 100 190 250 0.6 0.24 0 0.02 204 0.94 0.69
Hex 64 BE FA 3C 18 0 2 CC 5E 45
Octal 144 276 372 74 30 0 2 314 136 105
Binary 1100100 10111110 11111010 111100 11000 0 10 11001100 1011110 1000101

Color Harmonies of #64BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEFA

Black with #64BEFA

Text Example


Text Example

White with #64BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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