Html Css Color HEX #64BEFC Maya Blue

📋 copy color: '#64BEFC'

red 100 ◦ green 190 ◦ blue 252

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

Shades of Maya Blue #64BEFC

Tints of Maya Blue #64BEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 18.45%
G = 35.06%
B = 46.49%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64BEFC (or 0x64BEFC) is known color: Maya Blue. HEX triplet: 64, BE and FC. RGB value is (100,190,252). Sum of RGB (Red+Green+Blue) = 100+190+252=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #64BEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEFC is #9B4103. Grayscale: #A9A9A9. Windows color (decimal): -10174724 or 16563812. OLE color: 16563812.

HSL color Cylindrical-coordinate representation of color #64BEFC: hue angle of 204.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64BEFC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 190 252 -
CMYK 0.60 0.25 0 0.01
HSL 204.47º 0.96% 0.69% -
HSV(B) 204.47º 0.6% 0.99% -
XYZ 41.24 46.56 98.91 -
YUV 170.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 100 190 252 0.60 0.25 0 0.01 204.47 0.96 0.69
Hex 64 BE FC 3C 19 0 1 CC 60 45
Octal 144 276 374 74 31 0 1 314 140 105
Binary 1100100 10111110 11111100 111100 11001 0 1 11001100 1100000 1000101

Color Harmonies of #64BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BEFC

Black with #64BEFC

Text Example


Text Example

White with #64BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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