#65B4E8

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

Shades of Malibu #65B4E8

Tints of Malibu #65B4E8

Color information

#65B4E8 (or 0x65B4E8) is unknown color: approx Malibu. HEX triplet: 65, B4 and E8. RGB value is (101,180,232). Sum of RGB (Red+Green+Blue) = 101+180+232=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #65B4E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B4E8 is #9A4B17. Grayscale: #A2A2A2. Windows color (decimal): -10111768 or 15250533. OLE color: 15250533.

HSL color Cylindrical-coordinate representation of color #65B4E8: hue angle of 203.82º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65B4E8 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101180232-
CMYK0.560.2200.09
HSL203.82º74.01%65.29%-
HSV(B)203.82º56.47%90.98%-
XYZ36.2541.2482.39-
YUV162.31167.3384.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.69%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 232 (91.02% from 255) = 45.22%
R=19.69%
G=35.09%
B=45.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1011802320.560.2200.09203.8274.0165.29
Hex65B4E8381609cc4a41
Octal1452643507026011314112101
Binary1100101101101001110100011100010110010011100110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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