#65ACF5

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

Shades of Malibu #65ACF5

Tints of Malibu #65ACF5

Color information

#65ACF5 (or 0x65ACF5) is unknown color: approx Malibu. HEX triplet: 65, AC and F5. RGB value is (101,172,245). Sum of RGB (Red+Green+Blue) = 101+172+245=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #65ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACF5 is #9A530A. Grayscale: #9E9E9E. Windows color (decimal): -10113803 or 16100453. OLE color: 16100453.

HSL color Cylindrical-coordinate representation of color #65ACF5: hue angle of 210.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65ACF5 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB101172245-
CMYK0.590.3000.04
HSL210.42º87.8%67.84%-
HSV(B)210.42º58.78%96.08%-
XYZ36.638.8691.96-
YUV159.09176.4886.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.50%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 245 (96.09% from 255) = 47.30%
R=19.50%
G=33.20%
B=47.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1011722450.590.3000.04210.4287.867.84
Hex65ACF53B1E04d25844
Octal145254365733604322130104
Binary110010110101100111101011110111111001001101001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,172,245); }

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

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

 a { background-color: rgb(101,172,245); }

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

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

 span { border-color: rgb(101,172,245); }

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