Html Css Color HEX #64BAF4 Maya Blue

📋 copy color: '#64BAF4'

red 100 ◦ green 186 ◦ blue 244

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

Shades of Maya Blue #64BAF4

Tints of Maya Blue #64BAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.04%

R = 18.87%
G = 35.09%
B = 46.04%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#64BAF4 (or 0x64BAF4) is known color: Maya Blue. HEX triplet: 64, BA and F4. RGB value is (100,186,244). Sum of RGB (Red+Green+Blue) = 100+186+244=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #64BAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAF4 is #9B450B. Grayscale: #A6A6A6. Windows color (decimal): -10175756 or 16038500. OLE color: 16038500.

HSL color Cylindrical-coordinate representation of color #64BAF4: hue angle of 204.17º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64BAF4 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 186 244 -
CMYK 0.59 0.24 0 0.04
HSL 204.17º 0.87% 0.67% -
HSV(B) 204.17º 0.59% 0.96% -
XYZ 39.14 44.36 92.09 -
YUV 166.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 100 186 244 0.59 0.24 0 0.04 204.17 0.87 0.67
Hex 64 BA F4 3B 18 0 4 CC 57 43
Octal 144 272 364 73 30 0 4 314 127 103
Binary 1100100 10111010 11110100 111011 11000 0 100 11001100 1010111 1000011

Color Harmonies of #64BAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAF4

Black with #64BAF4

Text Example


Text Example

White with #64BAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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