#65BAEA

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

Shades of Malibu #65BAEA

Tints of Malibu #65BAEA

Color information

#65BAEA (or 0x65BAEA) is unknown color: approx Malibu. HEX triplet: 65, BA and EA. RGB value is (101,186,234). Sum of RGB (Red+Green+Blue) = 101+186+234=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #65BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAEA is #9A4515. Grayscale: #A5A5A5. Windows color (decimal): -10110230 or 15383141. OLE color: 15383141.

HSL color Cylindrical-coordinate representation of color #65BAEA: hue angle of 201.65º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65BAEA is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101186234-
CMYK0.570.2100.08
HSL201.65º76%65.69%-
HSV(B)201.65º56.84%91.76%-
XYZ37.7843.8384.31-
YUV166.06166.3481.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=19.39%
G=35.70%
B=44.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011862340.570.2100.08201.657665.69
Hex65BAEA391508ca4c42
Octal1452723527125010312114102
Binary1100101101110101110101011100110101010001100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,186,234); }

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

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

 a { background-color: rgb(101,186,234); }

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

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

 span { border-color: rgb(101,186,234); }

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