#65BAEC

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

Shades of Malibu #65BAEC

Tints of Malibu #65BAEC

Color information

#65BAEC (or 0x65BAEC) is unknown color: approx Malibu. HEX triplet: 65, BA and EC. RGB value is (101,186,236). Sum of RGB (Red+Green+Blue) = 101+186+236=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #65BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAEC is #9A4513. Grayscale: #A6A6A6. Windows color (decimal): -10110228 or 15514213. OLE color: 15514213.

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

Color convert

RGB101186236-
CMYK0.570.2100.07
HSL202.22º78.03%66.08%-
HSV(B)202.22º57.2%92.55%-
XYZ38.0743.9485.83-
YUV166.28167.3481.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.31%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=19.31%
G=35.56%
B=45.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011862360.570.2100.07202.2278.0366.08
Hex65BAEC391507ca4e42
Octal145272354712507312116102
Binary110010110111010111011001110011010101111100101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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