#65BDEE

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

Shades of Malibu #65BDEE

Tints of Malibu #65BDEE

Color information

#65BDEE (or 0x65BDEE) is unknown color: approx Malibu. HEX triplet: 65, BD and EE. RGB value is (101,189,238). Sum of RGB (Red+Green+Blue) = 101+189+238=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #65BDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDEE is #9A4211. Grayscale: #A7A7A7. Windows color (decimal): -10109458 or 15646053. OLE color: 15646053.

HSL color Cylindrical-coordinate representation of color #65BDEE: hue angle of 201.46º 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 #65BDEE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101189238-
CMYK0.580.2100.07
HSL201.46º80.12%66.47%-
HSV(B)201.46º57.56%93.33%-
XYZ3945.3387.58-
YUV168.27167.3580.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.13%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=19.13%
G=35.80%
B=45.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011892380.580.2100.07201.4680.1266.47
Hex65BDEE3A1507c95042
Octal145275356722507311120102
Binary110010110111101111011101110101010101111100100110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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