#64C9FD

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

Shades of Maya Blue #64C9FD

Tints of Maya Blue #64C9FD

Color information

#64C9FD (or 0x64C9FD) is unknown color: approx Maya Blue. HEX triplet: 64, C9 and FD. RGB value is (100,201,253). Sum of RGB (Red+Green+Blue) = 100+201+253=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #64C9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C9FD is #9B3602. Grayscale: #B0B0B0. Windows color (decimal): -10171907 or 16632164. OLE color: 16632164.

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

Color convert

RGB100201253-
CMYK0.600.2100.01
HSL200.39º97.45%69.22%-
HSV(B)200.39º60.47%99.22%-
XYZ43.8751.57100.57-
YUV176.73171.0473.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.05%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=18.05%
G=36.28%
B=45.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002012530.600.2100.01200.3997.4569.22
Hex64C9FD3C1501c86145
Octal144311375742501310141105
Binary1100100110010011111110111110010101011100100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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