#65C2E8

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

Shades of Malibu #65C2E8

Tints of Malibu #65C2E8

Color information

#65C2E8 (or 0x65C2E8) is unknown color: approx Malibu. HEX triplet: 65, C2 and E8. RGB value is (101,194,232). Sum of RGB (Red+Green+Blue) = 101+194+232=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #65C2E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C2E8 is #9A3D17. Grayscale: #AAAAAA. Windows color (decimal): -10108184 or 15254117. OLE color: 15254117.

HSL color Cylindrical-coordinate representation of color #65C2E8: hue angle of 197.4º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65C2E8 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101194232-
CMYK0.560.1600.09
HSL197.4º74.01%65.29%-
HSV(B)197.4º56.47%90.98%-
XYZ39.2247.1883.38-
YUV170.52162.6978.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.17%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=19.17%
G=36.81%
B=44.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1011942320.560.1600.09197.474.0165.29
Hex65C2E8381009c54a41
Octal1453023507020011305112101
Binary1100101110000101110100011100010000010011100010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,194,232); }

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

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

 a { background-color: rgb(101,194,232); }

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

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

 span { border-color: rgb(101,194,232); }

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