Html Css Color HEX #64BAE7 Malibu

📋 copy color: '#64BAE7'

red 100 ◦ green 186 ◦ blue 231

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

Shades of Malibu #64BAE7

Tints of Malibu #64BAE7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 19.34%
G = 35.98%
B = 44.68%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64BAE7 (or 0x64BAE7) is known color: Malibu. HEX triplet: 64, BA and E7. RGB value is (100,186,231). Sum of RGB (Red+Green+Blue) = 100+186+231=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #64BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BAE7 is #9B4518. Grayscale: #A5A5A5. Windows color (decimal): -10175769 or 15186532. OLE color: 15186532.

HSL color Cylindrical-coordinate representation of color #64BAE7: hue angle of 200.61º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BAE7 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 186 231 -
CMYK 0.57 0.19 0 0.09
HSL 200.61º 0.73% 0.65% -
HSV(B) 200.61º 0.57% 0.91% -
XYZ 37.24 43.6 82.05 -
YUV 165.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 100 186 231 0.57 0.19 0 0.09 200.61 0.73 0.65
Hex 64 BA E7 39 13 0 9 C9 49 41
Octal 144 272 347 71 23 0 11 311 111 101
Binary 1100100 10111010 11100111 111001 10011 0 1001 11001001 1001001 1000001

Color Harmonies of #64BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAE7

Black with #64BAE7

Text Example


Text Example

White with #64BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,231); }

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

background-color css

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

 a { background-color: rgb(100,186,231); }

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

border-color css

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

 span { border-color: rgb(100,186,231); }

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