#65AFD1

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

Shades of Malibu #65AFD1

Tints of Malibu #65AFD1

Color information

#65AFD1 (or 0x65AFD1) is unknown color: approx Malibu. HEX triplet: 65, AF and D1. RGB value is (101,175,209). Sum of RGB (Red+Green+Blue) = 101+175+209=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #65AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFD1 is #9A502E. Grayscale: #9C9C9C. Windows color (decimal): -10113071 or 13741925. OLE color: 13741925.

HSL color Cylindrical-coordinate representation of color #65AFD1: hue angle of 198.89º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65AFD1 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101175209-
CMYK0.520.1600.18
HSL198.89º54%60.78%-
HSV(B)198.89º51.67%81.96%-
XYZ32.2138.0365.96-
YUV156.75157.4888.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=20.82%
G=36.08%
B=43.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011752090.520.1600.18198.895460.78
Hex65AFD13410012c7363d
Octal14525732164200223076675
Binary110010110101111110100011101001000001001011000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,175,209); }

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

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

 a { background-color: rgb(101,175,209); }

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

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

 span { border-color: rgb(101,175,209); }

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