Html Css Color HEX #64C0FA Maya Blue

📋 copy color: '#64C0FA'

red 100 ◦ green 192 ◦ blue 250

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

Shades of Maya Blue #64C0FA

Tints of Maya Blue #64C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.42%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 18.45%
G = 35.42%
B = 46.13%

CMYK

 C value IS 0.6

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64C0FA (or 0x64C0FA) is known color: Maya Blue. HEX triplet: 64, C0 and FA. RGB value is (100,192,250). Sum of RGB (Red+Green+Blue) = 100+192+250=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #64C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C0FA is #9B3F05. Grayscale: #AAAAAA. Windows color (decimal): -10174214 or 16433252. OLE color: 16433252.

HSL color Cylindrical-coordinate representation of color #64C0FA: hue angle of 203.2º degrees, saturation: 0.94, 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 #64C0FA is Cyan = 0.6, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 192 250 -
CMYK 0.6 0.23 0 0.02
HSL 203.2º 0.94% 0.69% -
HSV(B) 203.2º 0.6% 0.98% -
XYZ 41.36 47.31 97.39 -
YUV 171.1 172.52 77.28 -
System Red Green Blue C M Y K H S L
Decimal 100 192 250 0.6 0.23 0 0.02 203.2 0.94 0.69
Hex 64 C0 FA 3C 17 0 2 CB 5E 45
Octal 144 300 372 74 27 0 2 313 136 105
Binary 1100100 11000000 11111010 111100 10111 0 10 11001011 1011110 1000101

Color Harmonies of #64C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C0FA

Black with #64C0FA

Text Example


Text Example

White with #64C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,250); }

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

background-color css

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

 a { background-color: rgb(100,192,250); }

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

border-color css

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

 span { border-color: rgb(100,192,250); }

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