Html Css Color HEX #64B7FB Maya Blue

📋 copy color: '#64B7FB'

red 100 ◦ green 183 ◦ blue 251

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

Shades of Maya Blue #64B7FB

Tints of Maya Blue #64B7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.27%

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

R = 18.73%
G = 34.27%
B = 47%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64B7FB (or 0x64B7FB) is known color: Maya Blue. HEX triplet: 64, B7 and FB. RGB value is (100,183,251). Sum of RGB (Red+Green+Blue) = 100+183+251=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #64B7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B7FB is #9B4804. Grayscale: #A5A5A5. Windows color (decimal): -10176517 or 16496484. OLE color: 16496484.

HSL color Cylindrical-coordinate representation of color #64B7FB: hue angle of 207.02º 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 #64B7FB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 183 251 -
CMYK 0.60 0.27 0 0.02
HSL 207.02º 0.95% 0.69% -
HSV(B) 207.02º 0.6% 0.98% -
XYZ 39.6 43.54 97.58 -
YUV 165.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 100 183 251 0.60 0.27 0 0.02 207.02 0.95 0.69
Hex 64 B7 FB 3C 1B 0 2 CF 5F 45
Octal 144 267 373 74 33 0 2 317 137 105
Binary 1100100 10110111 11111011 111100 11011 0 10 11001111 1011111 1000101

Color Harmonies of #64B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B7FB

Black with #64B7FB

Text Example


Text Example

White with #64B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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