#64BBFC

Color #64BBFC Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #64BBFC

Tints of Maya Blue #64BBFC

Color information

#64BBFC (or 0x64BBFC) is unknown color: approx Maya Blue. HEX triplet: 64, BB and FC. RGB value is (100,187,252). Sum of RGB (Red+Green+Blue) = 100+187+252=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #64BBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBFC is #9B4403. Grayscale: #A8A8A8. Windows color (decimal): -10175492 or 16563044. OLE color: 16563044.

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

Color convert

RGB100187252-
CMYK0.600.2600.01
HSL205.66º96.2%69.02%-
HSV(B)205.66º60.32%98.82%-
XYZ40.645.2898.7-
YUV168.4175.1879.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 252 (98.83% from 255) = 46.75%
R=18.55%
G=34.69%
B=46.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001872520.600.2600.01205.6696.269.02
Hex64BBFC3C1A01ce6045
Octal144273374743201316140105
Binary1100100101110111111110011110011010011100111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64BBFC;
 }
 .AnyTagClassName
 {
   color: #64BBFC;
 }
</style>
background-color css

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

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

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

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

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

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