Html Css Color HEX #64BCFD Maya Blue

📋 copy color: '#64BCFD'

red 100 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #64BCFD

Tints of Maya Blue #64BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.75%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 18.48%
G = 34.75%
B = 46.77%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64BCFD (or 0x64BCFD) is known color: Maya Blue. HEX triplet: 64, BC and FD. RGB value is (100,188,253). Sum of RGB (Red+Green+Blue) = 100+188+253=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #64BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BCFD is #9B4302. Grayscale: #A8A8A8. Windows color (decimal): -10175235 or 16628836. OLE color: 16628836.

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

Color convert

RGB 100 188 253 -
CMYK 0.60 0.26 0 0.01
HSL 205.49º 0.97% 0.69% -
HSV(B) 205.49º 0.6% 0.99% -
XYZ 40.97 45.77 99.6 -
YUV 169.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 100 188 253 0.60 0.26 0 0.01 205.49 0.97 0.69
Hex 64 BC FD 3C 1A 0 1 CD 61 45
Octal 144 274 375 74 32 0 1 315 141 105
Binary 1100100 10111100 11111101 111100 11010 0 1 11001101 1100001 1000101

Color Harmonies of #64BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCFD

Black with #64BCFD

Text Example


Text Example

White with #64BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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