#65B3DA

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

Shades of Malibu #65B3DA

Tints of Malibu #65B3DA

Color information

#65B3DA (or 0x65B3DA) is unknown color: approx Malibu. HEX triplet: 65, B3 and DA. RGB value is (101,179,218). Sum of RGB (Red+Green+Blue) = 101+179+218=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #65B3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3DA is #9A4C25. Grayscale: #9F9F9F. Windows color (decimal): -10112038 or 14332773. OLE color: 14332773.

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

Color convert

RGB101179218-
CMYK0.540.1800.15
HSL200º61.26%62.55%-
HSV(B)200º53.67%85.49%-
XYZ34.1440.0772.26-
YUV160.12160.6685.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=20.28%
G=35.94%
B=43.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011792180.540.1800.1520061.2662.55
Hex65B3DA36120Fc83d3f
Octal14526333266220173107577
Binary11001011011001111011010110110100100111111001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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