#65B9DD

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

Shades of Malibu #65B9DD

Tints of Malibu #65B9DD

Color information

#65B9DD (or 0x65B9DD) is unknown color: approx Malibu. HEX triplet: 65, B9 and DD. RGB value is (101,185,221). Sum of RGB (Red+Green+Blue) = 101+185+221=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #65B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B9DD is #9A4622. Grayscale: #A3A3A3. Windows color (decimal): -10110499 or 14530917. OLE color: 14530917.

HSL color Cylindrical-coordinate representation of color #65B9DD: hue angle of 198º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65B9DD is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101185221-
CMYK0.540.1600.13
HSL198º63.83%63.14%-
HSV(B)198º54.3%86.67%-
XYZ35.7742.6974.76-
YUV163.99160.1783.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.92%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=19.92%
G=36.49%
B=43.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011852210.540.1600.1319863.8363.14
Hex65B9DD36100Dc6403f
Octal145271335662001530610077
Binary110010110111001110111011101101000001101110001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,185,221); }

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

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

 a { background-color: rgb(101,185,221); }

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

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

 span { border-color: rgb(101,185,221); }

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