#65BEEA

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

Shades of Malibu #65BEEA

Tints of Malibu #65BEEA

Color information

#65BEEA (or 0x65BEEA) is unknown color: approx Malibu. HEX triplet: 65, BE and EA. RGB value is (101,190,234). Sum of RGB (Red+Green+Blue) = 101+190+234=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #65BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BEEA is #9A4115. Grayscale: #A8A8A8. Windows color (decimal): -10109206 or 15384165. OLE color: 15384165.

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

Color convert

RGB101190234-
CMYK0.570.1900.08
HSL199.85º76%65.69%-
HSV(B)199.85º56.84%91.76%-
XYZ38.6345.5384.59-
YUV168.4165.0179.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.24%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=19.24%
G=36.19%
B=44.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011902340.570.1900.08199.857665.69
Hex65BEEA391308c84c42
Octal1452763527123010310114102
Binary1100101101111101110101011100110011010001100100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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