#65BDD4

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

Shades of Malibu #65BDD4

Tints of Malibu #65BDD4

Color information

#65BDD4 (or 0x65BDD4) is unknown color: approx Malibu. HEX triplet: 65, BD and D4. RGB value is (101,189,212). Sum of RGB (Red+Green+Blue) = 101+189+212=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #65BDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDD4 is #9A422B. Grayscale: #A5A5A5. Windows color (decimal): -10109484 or 13942117. OLE color: 13942117.

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

Color convert

RGB101189212-
CMYK0.520.1100.17
HSL192.43º56.35%61.37%-
HSV(B)192.43º52.36%83.14%-
XYZ35.4543.9268.9-
YUV165.31154.3582.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.12%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=20.12%
G=37.65%
B=42.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011892120.520.1100.17192.4356.3561.37
Hex65BDD434B011c0383d
Octal14527532464130213007075
Binary11001011011110111010100110100101101000111000000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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