#64bfdc

Color #64BFDC Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #64BFDC

Tints of Malibu #64BFDC

Color information

#64BFDC (or 0x64BFDC) is unknown color: approx Malibu. HEX triplet: 64, BF and DC. RGB value is (100,191,220). Sum of RGB (Red+Green+Blue) = 100+191+220=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #64BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFDC is #9B4023. Grayscale: #A6A6A6. Windows color (decimal): -10174500 or 14466916. OLE color: 14466916.

HSL color Cylindrical-coordinate representation of color #64BFDC: hue angle of 194.5º 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 #64BFDC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100191220-
CMYK0.550.1300.14
HSL194.5º63.16%62.75%-
HSV(B)194.5º54.55%86.27%-
XYZ36.845.1474.48-
YUV167.1157.8580.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=19.57%
G=37.38%
B=43.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001912200.550.1300.14194.563.1662.75
Hex64BFDC37D0Ec23f3f
Octal14427733467150163027777
Binary1100100101111111101110011011111010111011000010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64bfdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64bfdc;
 }
 .AnyTagClassName
 {
   color: #64bfdc;
 }
</style>
background-color css

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

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

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

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

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

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