#65C2DA

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

Shades of Malibu #65C2DA

Tints of Malibu #65C2DA

Color information

#65C2DA (or 0x65C2DA) is unknown color: approx Malibu. HEX triplet: 65, C2 and DA. RGB value is (101,194,218). Sum of RGB (Red+Green+Blue) = 101+194+218=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #65C2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2DA is #9A3D25. Grayscale: #A8A8A8. Windows color (decimal): -10108198 or 14336613. OLE color: 14336613.

HSL color Cylindrical-coordinate representation of color #65C2DA: hue angle of 192.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C2DA is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101194218-
CMYK0.540.1100.15
HSL192.31º61.26%62.55%-
HSV(B)192.31º53.67%85.49%-
XYZ37.3146.4173.32-
YUV168.93155.6979.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.69%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=19.69%
G=37.82%
B=42.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011942180.540.1100.15192.3161.2662.55
Hex65C2DA36B0Fc03d3f
Octal14530233266130173007577
Binary1100101110000101101101011011010110111111000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C2DA; }

 p { color: rgb(101,194,218); }

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

<style>
 a { background-color: #65C2DA; }

 a { background-color: rgb(101,194,218); }

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

<style>
 span { border-color: #65C2DA; }

 span { border-color: rgb(101,194,218); }

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