Html Css Color HEX #64BBF8 Maya Blue

📋 copy color: '#64BBF8'

red 100 ◦ green 187 ◦ blue 248

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

Shades of Maya Blue #64BBF8

Tints of Maya Blue #64BBF8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

 BLUE value IS 248 (97.27% from 255) = 46.36%

R = 18.69%
G = 34.95%
B = 46.36%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#64BBF8 (or 0x64BBF8) is known color: Maya Blue. HEX triplet: 64, BB and F8. RGB value is (100,187,248). Sum of RGB (Red+Green+Blue) = 100+187+248=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #64BBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBF8 is #9B4407. Grayscale: #A7A7A7. Windows color (decimal): -10175496 or 16300900. OLE color: 16300900.

HSL color Cylindrical-coordinate representation of color #64BBF8: hue angle of 204.73º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64BBF8 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 187 248 -
CMYK 0.60 0.25 0 0.03
HSL 204.73º 0.91% 0.68% -
HSV(B) 204.73º 0.6% 0.97% -
XYZ 39.97 45.03 95.39 -
YUV 167.94 173.18 79.54 -
System Red Green Blue C M Y K H S L
Decimal 100 187 248 0.60 0.25 0 0.03 204.73 0.91 0.68
Hex 64 BB F8 3C 19 0 3 CD 5B 44
Octal 144 273 370 74 31 0 3 315 133 104
Binary 1100100 10111011 11111000 111100 11001 0 11 11001101 1011011 1000100

Color Harmonies of #64BBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBF8

Black with #64BBF8

Text Example


Text Example

White with #64BBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,248); }

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

background-color css

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

 a { background-color: rgb(100,187,248); }

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

border-color css

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

 span { border-color: rgb(100,187,248); }

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