Html Css Color HEX #64BBEC Malibu

📋 copy color: '#64BBEC'

red 100 ◦ green 187 ◦ blue 236

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

Shades of Malibu #64BBEC

Tints of Malibu #64BBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 19.12%
G = 35.76%
B = 45.12%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64BBEC (or 0x64BBEC) is known color: Malibu. HEX triplet: 64, BB and EC. RGB value is (100,187,236). Sum of RGB (Red+Green+Blue) = 100+187+236=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #64BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BBEC is #9B4413. Grayscale: #A6A6A6. Windows color (decimal): -10175508 or 15514468. OLE color: 15514468.

HSL color Cylindrical-coordinate representation of color #64BBEC: hue angle of 201.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64BBEC is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 187 236 -
CMYK 0.58 0.21 0 0.07
HSL 201.62º 0.78% 0.66% -
HSV(B) 201.62º 0.58% 0.93% -
XYZ 38.17 44.31 85.9 -
YUV 166.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 100 187 236 0.58 0.21 0 0.07 201.62 0.78 0.66
Hex 64 BB EC 3A 15 0 7 CA 4E 42
Octal 144 273 354 72 25 0 7 312 116 102
Binary 1100100 10111011 11101100 111010 10101 0 111 11001010 1001110 1000010

Color Harmonies of #64BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBEC

Black with #64BBEC

Text Example


Text Example

White with #64BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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