#65ADE9

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

Shades of Malibu #65ADE9

Tints of Malibu #65ADE9

Color information

#65ADE9 (or 0x65ADE9) is unknown color: approx Malibu. HEX triplet: 65, AD and E9. RGB value is (101,173,233). Sum of RGB (Red+Green+Blue) = 101+173+233=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #65ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADE9 is #9A5216. Grayscale: #9E9E9E. Windows color (decimal): -10113559 or 15314277. OLE color: 15314277.

HSL color Cylindrical-coordinate representation of color #65ADE9: hue angle of 207.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ADE9 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101173233-
CMYK0.570.2600.09
HSL207.27º75%65.49%-
HSV(B)207.27º56.65%91.37%-
XYZ35.0238.5482.68-
YUV158.31170.1587.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.92%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 233 (91.41% from 255) = 45.96%
R=19.92%
G=34.12%
B=45.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1011732330.570.2600.09207.277565.49
Hex65ADE9391A09cf4b41
Octal1452553517132011317113101
Binary1100101101011011110100111100111010010011100111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,173,233); }

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

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

 a { background-color: rgb(101,173,233); }

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

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

 span { border-color: rgb(101,173,233); }

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