#65B4EF

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

Shades of Malibu #65B4EF

Tints of Malibu #65B4EF

Color information

#65B4EF (or 0x65B4EF) is unknown color: approx Malibu. HEX triplet: 65, B4 and EF. RGB value is (101,180,239). Sum of RGB (Red+Green+Blue) = 101+180+239=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #65B4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B4EF is #9A4B10. Grayscale: #A2A2A2. Windows color (decimal): -10111761 or 15709285. OLE color: 15709285.

HSL color Cylindrical-coordinate representation of color #65B4EF: hue angle of 205.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65B4EF is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101180239-
CMYK0.580.2500.06
HSL205.65º81.18%66.67%-
HSV(B)205.65º57.74%93.73%-
XYZ37.2741.6487.73-
YUV163.1170.8383.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 239 (93.75% from 255) = 45.96%
R=19.42%
G=34.62%
B=45.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011802390.580.2500.06205.6581.1866.67
Hex65B4EF3A1906ce5143
Octal145264357723106316121103
Binary110010110110100111011111110101100101101100111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,180,239); }

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

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

 a { background-color: rgb(101,180,239); }

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

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

 span { border-color: rgb(101,180,239); }

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