#65BDE4

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

Shades of Malibu #65BDE4

Tints of Malibu #65BDE4

Color information

#65BDE4 (or 0x65BDE4) is unknown color: approx Malibu. HEX triplet: 65, BD and E4. RGB value is (101,189,228). Sum of RGB (Red+Green+Blue) = 101+189+228=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #65BDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDE4 is #9A421B. Grayscale: #A6A6A6. Windows color (decimal): -10109468 or 14990693. OLE color: 14990693.

HSL color Cylindrical-coordinate representation of color #65BDE4: hue angle of 198.43º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65BDE4 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB101189228-
CMYK0.560.1700.11
HSL198.43º70.17%64.51%-
HSV(B)198.43º55.7%89.41%-
XYZ37.5744.7680.06-
YUV167.13162.3580.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.50%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 228 (89.45% from 255) = 44.02%
R=19.50%
G=36.49%
B=44.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1011892280.560.1700.11198.4370.1764.51
Hex65BDE438110Bc64641
Octal1452753447021013306106101
Binary1100101101111011110010011100010001010111100011010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,189,228); }

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

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

 a { background-color: rgb(101,189,228); }

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

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

 span { border-color: rgb(101,189,228); }

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