Html Css Color HEX #64CBFA Maya Blue

📋 copy color: '#64CBFA'

red 100 ◦ green 203 ◦ blue 250

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

Shades of Maya Blue #64CBFA

Tints of Maya Blue #64CBFA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.71%

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

R = 18.08%
G = 36.71%
B = 45.21%

CMYK

 C value IS 0.6

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64CBFA (or 0x64CBFA) is known color: Maya Blue. HEX triplet: 64, CB and FA. RGB value is (100,203,250). Sum of RGB (Red+Green+Blue) = 100+203+250=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #64CBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBFA is #9B3405. Grayscale: #B1B1B1. Windows color (decimal): -10171398 or 16436068. OLE color: 16436068.

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

Color convert

RGB 100 203 250 -
CMYK 0.6 0.19 0 0.02
HSL 198.8º 0.94% 0.69% -
HSV(B) 198.8º 0.6% 0.98% -
XYZ 43.87 52.32 98.23 -
YUV 177.56 168.88 72.68 -
System Red Green Blue C M Y K H S L
Decimal 100 203 250 0.6 0.19 0 0.02 198.8 0.94 0.69
Hex 64 CB FA 3C 13 0 2 C7 5E 45
Octal 144 313 372 74 23 0 2 307 136 105
Binary 1100100 11001011 11111010 111100 10011 0 10 11000111 1011110 1000101

Color Harmonies of #64CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CBFA

Black with #64CBFA

Text Example


Text Example

White with #64CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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