#65B1EA

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

Shades of Malibu #65B1EA

Tints of Malibu #65B1EA

Color information

#65B1EA (or 0x65B1EA) is unknown color: approx Malibu. HEX triplet: 65, B1 and EA. RGB value is (101,177,234). Sum of RGB (Red+Green+Blue) = 101+177+234=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #65B1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B1EA is #9A4E15. Grayscale: #A0A0A0. Windows color (decimal): -10112534 or 15380837. OLE color: 15380837.

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

Color convert

RGB101177234-
CMYK0.570.2400.08
HSL205.71º76%65.69%-
HSV(B)205.71º56.84%91.76%-
XYZ35.9440.1583.7-
YUV160.77169.3285.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=19.73%
G=34.57%
B=45.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011772340.570.2400.08205.717665.69
Hex65B1EA391808ce4c42
Octal1452613527130010316114102
Binary1100101101100011110101011100111000010001100111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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