#65A9E7

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

Shades of Malibu #65A9E7

Tints of Malibu #65A9E7

Color information

#65A9E7 (or 0x65A9E7) is unknown color: approx Malibu. HEX triplet: 65, A9 and E7. RGB value is (101,169,231). Sum of RGB (Red+Green+Blue) = 101+169+231=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #65A9E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A9E7 is #9A5618. Grayscale: #9B9B9B. Windows color (decimal): -10114585 or 15182181. OLE color: 15182181.

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

Color convert

RGB101169231-
CMYK0.560.2700.09
HSL208.62º73.03%65.1%-
HSV(B)208.62º56.28%90.59%-
XYZ33.9836.9180.94-
YUV155.74170.4788.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.16%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 231 (90.62% from 255) = 46.11%
R=20.16%
G=33.73%
B=46.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1011692310.560.2700.09208.6273.0365.1
Hex65A9E7381B09d14941
Octal1452513477033011321111101
Binary1100101101010011110011111100011011010011101000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,231); }

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

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

 a { background-color: rgb(101,169,231); }

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

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

 span { border-color: rgb(101,169,231); }

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