#65B2EB

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

Shades of Malibu #65B2EB

Tints of Malibu #65B2EB

Color information

#65B2EB (or 0x65B2EB) is unknown color: approx Malibu. HEX triplet: 65, B2 and EB. RGB value is (101,178,235). Sum of RGB (Red+Green+Blue) = 101+178+235=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #65B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B2EB is #9A4D14. Grayscale: #A1A1A1. Windows color (decimal): -10112277 or 15446629. OLE color: 15446629.

HSL color Cylindrical-coordinate representation of color #65B2EB: hue angle of 205.52º degrees, saturation: 0.77, 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 #65B2EB is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101178235-
CMYK0.570.2400.08
HSL205.52º77.01%65.88%-
HSV(B)205.52º57.02%92.16%-
XYZ36.2840.6184.52-
YUV161.48169.4984.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.65%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=19.65%
G=34.63%
B=45.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011782350.570.2400.08205.5277.0165.88
Hex65B2EB391808ce4d42
Octal1452623537130010316115102
Binary1100101101100101110101111100111000010001100111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,178,235); }

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

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

 a { background-color: rgb(101,178,235); }

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

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

 span { border-color: rgb(101,178,235); }

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