#65C1EB

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

Shades of Malibu #65C1EB

Tints of Malibu #65C1EB

Color information

#65C1EB (or 0x65C1EB) is unknown color: approx Malibu. HEX triplet: 65, C1 and EB. RGB value is (101,193,235). Sum of RGB (Red+Green+Blue) = 101+193+235=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #65C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C1EB is #9A3E14. Grayscale: #AAAAAA. Windows color (decimal): -10108437 or 15450469. OLE color: 15450469.

HSL color Cylindrical-coordinate representation of color #65C1EB: hue angle of 198.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65C1EB is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101193235-
CMYK0.570.1800.08
HSL198.81º77.01%65.88%-
HSV(B)198.81º57.02%92.16%-
XYZ39.4346.985.57-
YUV170.28164.5278.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.09%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=19.09%
G=36.48%
B=44.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011932350.570.1800.08198.8177.0165.88
Hex65C1EB391208c74d42
Octal1453013537122010307115102
Binary1100101110000011110101111100110010010001100011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,193,235); }

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

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

 a { background-color: rgb(101,193,235); }

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

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

 span { border-color: rgb(101,193,235); }

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