Html Css Color HEX #64BBDF Malibu

📋 copy color: '#64BBDF'

red 100 ◦ green 187 ◦ blue 223

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

Shades of Malibu #64BBDF

Tints of Malibu #64BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 19.61%
G = 36.67%
B = 43.73%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64BBDF (or 0x64BBDF) is known color: Malibu. HEX triplet: 64, BB and DF. RGB value is (100,187,223). Sum of RGB (Red+Green+Blue) = 100+187+223=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #64BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBDF is #9B4420. Grayscale: #A4A4A4. Windows color (decimal): -10175521 or 14662500. OLE color: 14662500.

HSL color Cylindrical-coordinate representation of color #64BBDF: hue angle of 197.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BBDF is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 187 223 -
CMYK 0.55 0.16 0 0.13
HSL 197.56º 0.66% 0.63% -
HSV(B) 197.56º 0.55% 0.87% -
XYZ 36.35 43.58 76.31 -
YUV 165.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 100 187 223 0.55 0.16 0 0.13 197.56 0.66 0.63
Hex 64 BB DF 37 10 0 D C6 42 3F
Octal 144 273 337 67 20 0 15 306 102 77
Binary 1100100 10111011 11011111 110111 10000 0 1101 11000110 1000010 111111

Color Harmonies of #64BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBDF

Black with #64BBDF

Text Example


Text Example

White with #64BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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