Html Css Color HEX #64BDFB Maya Blue

📋 copy color: '#64BDFB'

red 100 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #64BDFB

Tints of Maya Blue #64BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 18.52%
G = 35%
B = 46.48%

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

#64BDFB (or 0x64BDFB) is known color: Maya Blue. HEX triplet: 64, BD and FB. RGB value is (100,189,251). Sum of RGB (Red+Green+Blue) = 100+189+251=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #64BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BDFB is #9B4204. Grayscale: #A9A9A9. Windows color (decimal): -10174981 or 16498020. OLE color: 16498020.

HSL color Cylindrical-coordinate representation of color #64BDFB: hue angle of 204.64º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64BDFB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 189 251 -
CMYK 0.60 0.25 0 0.02
HSL 204.64º 0.95% 0.69% -
HSV(B) 204.64º 0.6% 0.98% -
XYZ 40.87 46.07 98.01 -
YUV 169.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 100 189 251 0.60 0.25 0 0.02 204.64 0.95 0.69
Hex 64 BD FB 3C 19 0 2 CD 5F 45
Octal 144 275 373 74 31 0 2 315 137 105
Binary 1100100 10111101 11111011 111100 11001 0 10 11001101 1011111 1000101

Color Harmonies of #64BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDFB

Black with #64BDFB

Text Example


Text Example

White with #64BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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