Html Css Color HEX #64BDFC Maya Blue

📋 copy color: '#64BDFC'

red 100 ◦ green 189 ◦ blue 252

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

Shades of Maya Blue #64BDFC

Tints of Maya Blue #64BDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.94%

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

R = 18.48%
G = 34.94%
B = 46.58%

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

#64BDFC (or 0x64BDFC) is known color: Maya Blue. HEX triplet: 64, BD and FC. RGB value is (100,189,252). Sum of RGB (Red+Green+Blue) = 100+189+252=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #64BDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDFC is #9B4203. Grayscale: #A9A9A9. Windows color (decimal): -10174980 or 16563556. OLE color: 16563556.

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

Color convert

RGB 100 189 252 -
CMYK 0.60 0.25 0 0.01
HSL 204.87º 0.96% 0.69% -
HSV(B) 204.87º 0.6% 0.99% -
XYZ 41.02 46.13 98.84 -
YUV 169.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 100 189 252 0.60 0.25 0 0.01 204.87 0.96 0.69
Hex 64 BD FC 3C 19 0 1 CD 60 45
Octal 144 275 374 74 31 0 1 315 140 105
Binary 1100100 10111101 11111100 111100 11001 0 1 11001101 1100000 1000101

Color Harmonies of #64BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDFC

Black with #64BDFC

Text Example


Text Example

White with #64BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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