#65AFE2

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

Shades of Malibu #65AFE2

Tints of Malibu #65AFE2

Color information

#65AFE2 (or 0x65AFE2) is unknown color: approx Malibu. HEX triplet: 65, AF and E2. RGB value is (101,175,226). Sum of RGB (Red+Green+Blue) = 101+175+226=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #65AFE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFE2 is #9A501D. Grayscale: #9E9E9E. Windows color (decimal): -10113054 or 14856037. OLE color: 14856037.

HSL color Cylindrical-coordinate representation of color #65AFE2: hue angle of 204.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65AFE2 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB101175226-
CMYK0.550.2300.11
HSL204.48º68.31%64.12%-
HSV(B)204.48º55.31%88.63%-
XYZ34.4238.9277.65-
YUV158.69165.9886.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.12%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 226 (88.67% from 255) = 45.02%
R=20.12%
G=34.86%
B=45.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1011752260.550.2300.11204.4868.3164.12
Hex65AFE237170Bcc4440
Octal1452573426727013314104100
Binary1100101101011111110001011011110111010111100110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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