#65c7df

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

Shades of Malibu #65C7DF

Tints of Malibu #65C7DF

Color information

#65C7DF (or 0x65C7DF) is unknown color: approx Malibu. HEX triplet: 65, C7 and DF. RGB value is (101,199,223). Sum of RGB (Red+Green+Blue) = 101+199+223=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #65C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C7DF is #9A3820. Grayscale: #ACACAC. Windows color (decimal): -10106913 or 14665573. OLE color: 14665573.

HSL color Cylindrical-coordinate representation of color #65C7DF: hue angle of 191.8º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65C7DF is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101199223-
CMYK0.550.1100.13
HSL191.8º65.59%63.53%-
HSV(B)191.8º54.71%87.45%-
XYZ39.1148.9477.2-
YUV172.43156.5377.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.31%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=19.31%
G=38.05%
B=42.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011992230.550.1100.13191.865.5963.53
Hex65C7DF37B0Dc04240
Octal1453073376713015300102100
Binary110010111000111110111111101111011011011100000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65c7df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,199,223); }

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

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

 a { background-color: rgb(101,199,223); }

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

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

 span { border-color: rgb(101,199,223); }

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