#65BAEE

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

Shades of Malibu #65BAEE

Tints of Malibu #65BAEE

Color information

#65BAEE (or 0x65BAEE) is unknown color: approx Malibu. HEX triplet: 65, BA and EE. RGB value is (101,186,238). Sum of RGB (Red+Green+Blue) = 101+186+238=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #65BAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAEE is #9A4511. Grayscale: #A6A6A6. Windows color (decimal): -10110226 or 15645285. OLE color: 15645285.

HSL color Cylindrical-coordinate representation of color #65BAEE: hue angle of 202.77º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BAEE is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101186238-
CMYK0.580.2200.07
HSL202.77º80.12%66.47%-
HSV(B)202.77º57.56%93.33%-
XYZ38.3644.0687.37-
YUV166.51168.3481.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.24%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=19.24%
G=35.43%
B=45.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011862380.580.2200.07202.7780.1266.47
Hex65BAEE3A1607cb5042
Octal145272356722607313120102
Binary110010110111010111011101110101011001111100101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,186,238); }

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

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

 a { background-color: rgb(101,186,238); }

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

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

 span { border-color: rgb(101,186,238); }

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