#65C0EA

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

Shades of Malibu #65C0EA

Tints of Malibu #65C0EA

Color information

#65C0EA (or 0x65C0EA) is unknown color: approx Malibu. HEX triplet: 65, C0 and EA. RGB value is (101,192,234). Sum of RGB (Red+Green+Blue) = 101+192+234=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #65C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C0EA is #9A3F15. Grayscale: #A9A9A9. Windows color (decimal): -10108694 or 15384677. OLE color: 15384677.

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

Color convert

RGB101192234-
CMYK0.570.1800.08
HSL198.95º76%65.69%-
HSV(B)198.95º56.84%91.76%-
XYZ39.0746.4184.74-
YUV169.58164.3579.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.17%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=19.17%
G=36.43%
B=44.40%

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
Decimal1011922340.570.1800.08198.957665.69
Hex65C0EA391208c74c42
Octal1453003527122010307114102
Binary1100101110000001110101011100110010010001100011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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