Html Css Color HEX #64BBE6 Malibu

📋 copy color: '#64BBE6'

red 100 ◦ green 187 ◦ blue 230

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

Shades of Malibu #64BBE6

Tints of Malibu #64BBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.49%

R = 19.34%
G = 36.17%
B = 44.49%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#64BBE6 (or 0x64BBE6) is known color: Malibu. HEX triplet: 64, BB and E6. RGB value is (100,187,230). Sum of RGB (Red+Green+Blue) = 100+187+230=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #64BBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBE6 is #9B4419. Grayscale: #A5A5A5. Windows color (decimal): -10175514 or 15121252. OLE color: 15121252.

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

Color convert

RGB 100 187 230 -
CMYK 0.57 0.19 0 0.10
HSL 199.85º 0.72% 0.65% -
HSV(B) 199.85º 0.57% 0.9% -
XYZ 37.31 43.96 81.38 -
YUV 165.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 100 187 230 0.57 0.19 0 0.10 199.85 0.72 0.65
Hex 64 BB E6 39 13 0 A C8 48 41
Octal 144 273 346 71 23 0 12 310 110 101
Binary 1100100 10111011 11100110 111001 10011 0 1010 11001000 1001000 1000001

Color Harmonies of #64BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBE6

Black with #64BBE6

Text Example


Text Example

White with #64BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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