#65C8EA

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

Shades of Malibu #65C8EA

Tints of Malibu #65C8EA

Color information

#65C8EA (or 0x65C8EA) is unknown color: approx Malibu. HEX triplet: 65, C8 and EA. RGB value is (101,200,234). Sum of RGB (Red+Green+Blue) = 101+200+234=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #65C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8EA is #9A3715. Grayscale: #AEAEAE. Windows color (decimal): -10106646 or 15386725. OLE color: 15386725.

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

Color convert

RGB101200234-
CMYK0.570.1500.08
HSL195.34º76%65.69%-
HSV(B)195.34º56.84%91.76%-
XYZ40.8750.0285.34-
YUV174.27161.775.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.88%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=18.88%
G=37.38%
B=43.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012002340.570.1500.08195.347665.69
Hex65C8EA39F08c34c42
Octal1453103527117010303114102
Binary110010111001000111010101110011111010001100001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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