Html Css Color HEX #64BFFC Maya Blue

📋 copy color: '#64BFFC'

red 100 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #64BFFC

Tints of Maya Blue #64BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 18.42%
G = 35.17%
B = 46.41%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64BFFC (or 0x64BFFC) is known color: Maya Blue. HEX triplet: 64, BF and FC. RGB value is (100,191,252). Sum of RGB (Red+Green+Blue) = 100+191+252=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #64BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFFC is #9B4003. Grayscale: #AAAAAA. Windows color (decimal): -10174468 or 16564068. OLE color: 16564068.

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

Color convert

RGB 100 191 252 -
CMYK 0.60 0.24 0 0.01
HSL 204.08º 0.96% 0.69% -
HSV(B) 204.08º 0.6% 0.99% -
XYZ 41.46 47 98.98 -
YUV 170.75 173.85 77.54 -
System Red Green Blue C M Y K H S L
Decimal 100 191 252 0.60 0.24 0 0.01 204.08 0.96 0.69
Hex 64 BF FC 3C 18 0 1 CC 60 45
Octal 144 277 374 74 30 0 1 314 140 105
Binary 1100100 10111111 11111100 111100 11000 0 1 11001100 1100000 1000101

Color Harmonies of #64BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFFC

Black with #64BFFC

Text Example


Text Example

White with #64BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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