Html Css Color HEX #64BFF9 Maya Blue

📋 copy color: '#64BFF9'

red 100 ◦ green 191 ◦ blue 249

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

Shades of Maya Blue #64BFF9

Tints of Maya Blue #64BFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 18.52%
G = 35.37%
B = 46.11%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64BFF9 (or 0x64BFF9) is known color: Maya Blue. HEX triplet: 64, BF and F9. RGB value is (100,191,249). Sum of RGB (Red+Green+Blue) = 100+191+249=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #64BFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BFF9 is #9B4006. Grayscale: #AAAAAA. Windows color (decimal): -10174471 or 16367460. OLE color: 16367460.

HSL color Cylindrical-coordinate representation of color #64BFF9: hue angle of 203.36º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64BFF9 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 191 249 -
CMYK 0.60 0.23 0 0.02
HSL 203.36º 0.93% 0.68% -
HSV(B) 203.36º 0.6% 0.98% -
XYZ 40.99 46.81 96.5 -
YUV 170.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 100 191 249 0.60 0.23 0 0.02 203.36 0.93 0.68
Hex 64 BF F9 3C 17 0 2 CB 5D 44
Octal 144 277 371 74 27 0 2 313 135 104
Binary 1100100 10111111 11111001 111100 10111 0 10 11001011 1011101 1000100

Color Harmonies of #64BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BFF9

Black with #64BFF9

Text Example


Text Example

White with #64BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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