Html Css Color HEX #64BAFF Maya Blue

📋 copy color: '#64BAFF'

red 100 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #64BAFF

Tints of Maya Blue #64BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.13%

R = 18.48%
G = 34.38%
B = 47.13%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64BAFF (or 0x64BAFF) is known color: Maya Blue. HEX triplet: 64, BA and FF. RGB value is (100,186,255). Sum of RGB (Red+Green+Blue) = 100+186+255=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #64BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAFF is #9B4500. Grayscale: #A7A7A7. Windows color (decimal): -10175745 or 16759396. OLE color: 16759396.

HSL color Cylindrical-coordinate representation of color #64BAFF: hue angle of 206.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64BAFF is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 186 255 -
CMYK 0.61 0.27 0 0
HSL 206.71º 1% 0.7% -
HSV(B) 206.71º 0.61% 1% -
XYZ 40.86 45.05 101.15 -
YUV 168.15 177.01 79.39 -
System Red Green Blue C M Y K H S L
Decimal 100 186 255 0.61 0.27 0 0 206.71 1 0.7
Hex 64 BA FF 3D 1B 0 0 CF 64 46
Octal 144 272 377 75 33 0 0 317 144 106
Binary 1100100 10111010 11111111 111101 11011 0 0 11001111 1100100 1000110

Color Harmonies of #64BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAFF

Black with #64BAFF

Text Example


Text Example

White with #64BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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