Html Css Color HEX #64CDFB Maya Blue

📋 copy color: '#64CDFB'

red 100 ◦ green 205 ◦ blue 251

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

Shades of Maya Blue #64CDFB

Tints of Maya Blue #64CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

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

R = 17.99%
G = 36.87%
B = 45.14%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64CDFB (or 0x64CDFB) is known color: Maya Blue. HEX triplet: 64, CD and FB. RGB value is (100,205,251). Sum of RGB (Red+Green+Blue) = 100+205+251=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #64CDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDFB is #9B3204. Grayscale: #B2B2B2. Windows color (decimal): -10170885 or 16502116. OLE color: 16502116.

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

Color convert

RGB 100 205 251 -
CMYK 0.60 0.18 0 0.02
HSL 198.28º 0.95% 0.69% -
HSV(B) 198.28º 0.6% 0.98% -
XYZ 44.5 53.34 99.22 -
YUV 178.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 100 205 251 0.60 0.18 0 0.02 198.28 0.95 0.69
Hex 64 CD FB 3C 12 0 2 C6 5F 45
Octal 144 315 373 74 22 0 2 306 137 105
Binary 1100100 11001101 11111011 111100 10010 0 10 11000110 1011111 1000101

Color Harmonies of #64CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDFB

Black with #64CDFB

Text Example


Text Example

White with #64CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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