Html Css Color HEX #64B8FC Maya Blue

📋 copy color: '#64B8FC'

red 100 ◦ green 184 ◦ blue 252

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

Shades of Maya Blue #64B8FC

Tints of Maya Blue #64B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 18.66%
G = 34.33%
B = 47.01%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64B8FC (or 0x64B8FC) is known color: Maya Blue. HEX triplet: 64, B8 and FC. RGB value is (100,184,252). Sum of RGB (Red+Green+Blue) = 100+184+252=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #64B8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64B8FC is #9B4703. Grayscale: #A6A6A6. Windows color (decimal): -10176260 or 16562276. OLE color: 16562276.

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

Color convert

RGB 100 184 252 -
CMYK 0.60 0.27 0 0.01
HSL 206.84º 0.96% 0.69% -
HSV(B) 206.84º 0.6% 0.99% -
XYZ 39.97 44.02 98.49 -
YUV 166.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 100 184 252 0.60 0.27 0 0.01 206.84 0.96 0.69
Hex 64 B8 FC 3C 1B 0 1 CF 60 45
Octal 144 270 374 74 33 0 1 317 140 105
Binary 1100100 10111000 11111100 111100 11011 0 1 11001111 1100000 1000101

Color Harmonies of #64B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B8FC

Black with #64B8FC

Text Example


Text Example

White with #64B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,184,252); }

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

background-color css

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

 a { background-color: rgb(100,184,252); }

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

border-color css

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

 span { border-color: rgb(100,184,252); }

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