#65AFDE

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

Shades of Malibu #65AFDE

Tints of Malibu #65AFDE

Color information

#65AFDE (or 0x65AFDE) is unknown color: approx Malibu. HEX triplet: 65, AF and DE. RGB value is (101,175,222). Sum of RGB (Red+Green+Blue) = 101+175+222=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #65AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFDE is #9A5021. Grayscale: #9D9D9D. Windows color (decimal): -10113058 or 14593893. OLE color: 14593893.

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

Color convert

RGB101175222-
CMYK0.550.2100.13
HSL203.31º64.71%63.33%-
HSV(B)203.31º54.5%87.06%-
XYZ33.8838.774.79-
YUV158.23163.9887.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=20.28%
G=35.14%
B=44.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011752220.550.2100.13203.3164.7163.33
Hex65AFDE37150Dcb413f
Octal145257336672501531310177
Binary110010110101111110111101101111010101101110010111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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