#65C0EB

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

Shades of Malibu #65C0EB

Tints of Malibu #65C0EB

Color information

#65C0EB (or 0x65C0EB) is unknown color: approx Malibu. HEX triplet: 65, C0 and EB. RGB value is (101,192,235). Sum of RGB (Red+Green+Blue) = 101+192+235=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #65C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C0EB is #9A3F14. Grayscale: #A9A9A9. Windows color (decimal): -10108693 or 15450213. OLE color: 15450213.

HSL color Cylindrical-coordinate representation of color #65C0EB: hue angle of 199.25º 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 #65C0EB is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101192235-
CMYK0.570.1800.08
HSL199.25º77.01%65.88%-
HSV(B)199.25º57.02%92.16%-
XYZ39.2146.4685.5-
YUV169.69164.8579-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.13%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=19.13%
G=36.36%
B=44.51%

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
Decimal1011922350.570.1800.08199.2577.0165.88
Hex65C0EB391208c74d42
Octal1453003537122010307115102
Binary1100101110000001110101111100110010010001100011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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