Html Css Color HEX #64BDFF Maya Blue

📋 copy color: '#64BDFF'

red 100 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #64BDFF

Tints of Maya Blue #64BDFF

RGB

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

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

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

R = 18.38%
G = 34.74%
B = 46.88%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64BDFF (or 0x64BDFF) is known color: Maya Blue. HEX triplet: 64, BD and FF. RGB value is (100,189,255). Sum of RGB (Red+Green+Blue) = 100+189+255=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #64BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDFF is #9B4200. Grayscale: #A9A9A9. Windows color (decimal): -10174977 or 16760164. OLE color: 16760164.

HSL color Cylindrical-coordinate representation of color #64BDFF: hue angle of 205.55º 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 #64BDFF is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 189 255 -
CMYK 0.61 0.26 0 0
HSL 205.55º 1% 0.7% -
HSV(B) 205.55º 0.61% 1% -
XYZ 41.5 46.32 101.36 -
YUV 169.91 176.01 78.13 -
System Red Green Blue C M Y K H S L
Decimal 100 189 255 0.61 0.26 0 0 205.55 1 0.7
Hex 64 BD FF 3D 1A 0 0 CE 64 46
Octal 144 275 377 75 32 0 0 316 144 106
Binary 1100100 10111101 11111111 111101 11010 0 0 11001110 1100100 1000110

Color Harmonies of #64BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDFF

Black with #64BDFF

Text Example


Text Example

White with #64BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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