#65C3DF

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

Shades of Malibu #65C3DF

Tints of Malibu #65C3DF

Color information

#65C3DF (or 0x65C3DF) is unknown color: approx Malibu. HEX triplet: 65, C3 and DF. RGB value is (101,195,223). Sum of RGB (Red+Green+Blue) = 101+195+223=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #65C3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3DF is #9A3C20. Grayscale: #A9A9A9. Windows color (decimal): -10107937 or 14664549. OLE color: 14664549.

HSL color Cylindrical-coordinate representation of color #65C3DF: hue angle of 193.77º 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 #65C3DF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101195223-
CMYK0.550.1300.13
HSL193.77º65.59%63.53%-
HSV(B)193.77º54.71%87.45%-
XYZ38.247.1276.89-
YUV170.09157.8678.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=19.46%
G=37.57%
B=42.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011952230.550.1300.13193.7765.5963.53
Hex65C3DF37D0Dc24240
Octal1453033376715015302102100
Binary110010111000011110111111101111101011011100001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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