#65B2D4

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

Shades of Malibu #65B2D4

Tints of Malibu #65B2D4

Color information

#65B2D4 (or 0x65B2D4) is unknown color: approx Malibu. HEX triplet: 65, B2 and D4. RGB value is (101,178,212). Sum of RGB (Red+Green+Blue) = 101+178+212=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #65B2D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B2D4 is #9A4D2B. Grayscale: #9E9E9E. Windows color (decimal): -10112300 or 13939301. OLE color: 13939301.

HSL color Cylindrical-coordinate representation of color #65B2D4: hue angle of 198.38º 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 #65B2D4 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB101178212-
CMYK0.520.1600.17
HSL198.38º56.35%61.37%-
HSV(B)198.38º52.36%83.14%-
XYZ33.1739.3668.14-
YUV158.85157.9986.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=20.57%
G=36.25%
B=43.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011782120.520.1600.17198.3856.3561.37
Hex65B2D43410011c6383d
Octal14526232464200213067075
Binary110010110110010110101001101001000001000111000110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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