#65C3DA

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

Shades of Malibu #65C3DA

Tints of Malibu #65C3DA

Color information

#65C3DA (or 0x65C3DA) is unknown color: approx Malibu. HEX triplet: 65, C3 and DA. RGB value is (101,195,218). Sum of RGB (Red+Green+Blue) = 101+195+218=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #65C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3DA is #9A3C25. Grayscale: #A9A9A9. Windows color (decimal): -10107942 or 14336869. OLE color: 14336869.

HSL color Cylindrical-coordinate representation of color #65C3DA: hue angle of 191.79º 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 #65C3DA is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101195218-
CMYK0.540.1100.15
HSL191.79º61.26%62.55%-
HSV(B)191.79º53.67%85.49%-
XYZ37.5446.8673.4-
YUV169.52155.3679.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.65%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=19.65%
G=37.94%
B=42.41%

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
Decimal1011952180.540.1100.15191.7961.2662.55
Hex65C3DA36B0Fc03d3f
Octal14530333266130173007577
Binary1100101110000111101101011011010110111111000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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