#65BAD8

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

Shades of Malibu #65BAD8

Tints of Malibu #65BAD8

Color information

#65BAD8 (or 0x65BAD8) is unknown color: approx Malibu. HEX triplet: 65, BA and D8. RGB value is (101,186,216). Sum of RGB (Red+Green+Blue) = 101+186+216=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #65BAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BAD8 is #9A4527. Grayscale: #A3A3A3. Windows color (decimal): -10110248 or 14203493. OLE color: 14203493.

HSL color Cylindrical-coordinate representation of color #65BAD8: hue angle of 195.65º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65BAD8 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101186216-
CMYK0.530.1400.15
HSL195.65º59.59%62.16%-
HSV(B)195.65º53.24%84.71%-
XYZ35.3242.8471.37-
YUV164157.3483.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.08%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=20.08%
G=36.98%
B=42.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011862160.530.1400.15195.6559.5962.16
Hex65BAD835E0Fc43c3e
Octal14527233065160173047476
Binary1100101101110101101100011010111100111111000100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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