Html Css Color HEX #64BDFE Maya Blue

📋 copy color: '#64BDFE'

red 100 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #64BDFE

Tints of Maya Blue #64BDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 18.42%
G = 34.81%
B = 46.78%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64BDFE (or 0x64BDFE) is known color: Maya Blue. HEX triplet: 64, BD and FE. RGB value is (100,189,254). Sum of RGB (Red+Green+Blue) = 100+189+254=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #64BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDFE is #9B4201. Grayscale: #A9A9A9. Windows color (decimal): -10174978 or 16694628. OLE color: 16694628.

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

Color convert

RGB 100 189 254 -
CMYK 0.61 0.26 0 0.00
HSL 205.32º 0.99% 0.69% -
HSV(B) 205.32º 0.61% 1% -
XYZ 41.34 46.26 100.52 -
YUV 169.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 100 189 254 0.61 0.26 0 0.00 205.32 0.99 0.69
Hex 64 BD FE 3D 1A 0 0 CD 63 45
Octal 144 275 376 75 32 0 0 315 143 105
Binary 1100100 10111101 11111110 111101 11010 0 0 11001101 1100011 1000101

Color Harmonies of #64BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDFE

Black with #64BDFE

Text Example


Text Example

White with #64BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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