Html Css Color HEX #64BCDC Malibu

📋 copy color: '#64BCDC'

red 100 ◦ green 188 ◦ blue 220

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

Shades of Malibu #64BCDC

Tints of Malibu #64BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 19.69%
G = 37.01%
B = 43.31%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64BCDC (or 0x64BCDC) is known color: Malibu. HEX triplet: 64, BC and DC. RGB value is (100,188,220). Sum of RGB (Red+Green+Blue) = 100+188+220=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #64BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCDC is #9B4323. Grayscale: #A5A5A5. Windows color (decimal): -10175268 or 14466148. OLE color: 14466148.

HSL color Cylindrical-coordinate representation of color #64BCDC: hue angle of 196º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BCDC is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 188 220 -
CMYK 0.55 0.15 0 0.14
HSL 196º 0.63% 0.63% -
HSV(B) 196º 0.55% 0.86% -
XYZ 36.16 43.84 74.27 -
YUV 165.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 100 188 220 0.55 0.15 0 0.14 196 0.63 0.63
Hex 64 BC DC 37 F 0 E C4 3F 3F
Octal 144 274 334 67 17 0 16 304 77 77
Binary 1100100 10111100 11011100 110111 1111 0 1110 11000100 111111 111111

Color Harmonies of #64BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BCDC

Black with #64BCDC

Text Example


Text Example

White with #64BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,220); }

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

background-color css

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

 a { background-color: rgb(100,188,220); }

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

border-color css

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

 span { border-color: rgb(100,188,220); }

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