Html Css Color HEX #64B2FD Maya Blue

📋 copy color: '#64B2FD'

red 100 ◦ green 178 ◦ blue 253

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

Shades of Maya Blue #64B2FD

Tints of Maya Blue #64B2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 18.83%
G = 33.52%
B = 47.65%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64B2FD (or 0x64B2FD) is known color: Maya Blue. HEX triplet: 64, B2 and FD. RGB value is (100,178,253). Sum of RGB (Red+Green+Blue) = 100+178+253=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #64B2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64B2FD is #9B4D02. Grayscale: #A2A2A2. Windows color (decimal): -10177795 or 16626276. OLE color: 16626276.

HSL color Cylindrical-coordinate representation of color #64B2FD: hue angle of 209.41º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64B2FD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 178 253 -
CMYK 0.60 0.30 0 0.01
HSL 209.41º 0.97% 0.69% -
HSV(B) 209.41º 0.6% 0.99% -
XYZ 38.91 41.64 98.92 -
YUV 163.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 100 178 253 0.60 0.30 0 0.01 209.41 0.97 0.69
Hex 64 B2 FD 3C 1E 0 1 D1 61 45
Octal 144 262 375 74 36 0 1 321 141 105
Binary 1100100 10110010 11111101 111100 11110 0 1 11010001 1100001 1000101

Color Harmonies of #64B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B2FD

Black with #64B2FD

Text Example


Text Example

White with #64B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,178,253); }

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

background-color css

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

 a { background-color: rgb(100,178,253); }

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

border-color css

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

 span { border-color: rgb(100,178,253); }

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