Html Css Color HEX #64BAF9 Maya Blue

📋 copy color: '#64BAF9'

red 100 ◦ green 186 ◦ blue 249

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

Shades of Maya Blue #64BAF9

Tints of Maya Blue #64BAF9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

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

R = 18.69%
G = 34.77%
B = 46.54%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64BAF9 (or 0x64BAF9) is known color: Maya Blue. HEX triplet: 64, BA and F9. RGB value is (100,186,249). Sum of RGB (Red+Green+Blue) = 100+186+249=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #64BAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAF9 is #9B4506. Grayscale: #A7A7A7. Windows color (decimal): -10175751 or 16366180. OLE color: 16366180.

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

Color convert

RGB 100 186 249 -
CMYK 0.60 0.25 0 0.02
HSL 205.37º 0.93% 0.68% -
HSV(B) 205.37º 0.6% 0.98% -
XYZ 39.91 44.67 96.14 -
YUV 167.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 100 186 249 0.60 0.25 0 0.02 205.37 0.93 0.68
Hex 64 BA F9 3C 19 0 2 CD 5D 44
Octal 144 272 371 74 31 0 2 315 135 104
Binary 1100100 10111010 11111001 111100 11001 0 10 11001101 1011101 1000100

Color Harmonies of #64BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAF9

Black with #64BAF9

Text Example


Text Example

White with #64BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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