Html Css Color HEX #64C2FB Maya Blue

📋 copy color: '#64C2FB'

red 100 ◦ green 194 ◦ blue 251

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

Shades of Maya Blue #64C2FB

Tints of Maya Blue #64C2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 18.35%
G = 35.6%
B = 46.06%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64C2FB (or 0x64C2FB) is known color: Maya Blue. HEX triplet: 64, C2 and FB. RGB value is (100,194,251). Sum of RGB (Red+Green+Blue) = 100+194+251=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #64C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C2FB is #9B3D04. Grayscale: #ACACAC. Windows color (decimal): -10173701 or 16499300. OLE color: 16499300.

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

Color convert

RGB 100 194 251 -
CMYK 0.60 0.23 0 0.02
HSL 202.65º 0.95% 0.69% -
HSV(B) 202.65º 0.6% 0.98% -
XYZ 41.96 48.26 98.37 -
YUV 172.39 172.36 76.37 -
System Red Green Blue C M Y K H S L
Decimal 100 194 251 0.60 0.23 0 0.02 202.65 0.95 0.69
Hex 64 C2 FB 3C 17 0 2 CB 5F 45
Octal 144 302 373 74 27 0 2 313 137 105
Binary 1100100 11000010 11111011 111100 10111 0 10 11001011 1011111 1000101

Color Harmonies of #64C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C2FB

Black with #64C2FB

Text Example


Text Example

White with #64C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,194,251); }

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

background-color css

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

 a { background-color: rgb(100,194,251); }

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

border-color css

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

 span { border-color: rgb(100,194,251); }

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