#65BDF1

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

Shades of Malibu #65BDF1

Tints of Malibu #65BDF1

Color information

#65BDF1 (or 0x65BDF1) is unknown color: approx Malibu. HEX triplet: 65, BD and F1. RGB value is (101,189,241). Sum of RGB (Red+Green+Blue) = 101+189+241=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #65BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDF1 is #9A420E. Grayscale: #A8A8A8. Windows color (decimal): -10109455 or 15842661. OLE color: 15842661.

HSL color Cylindrical-coordinate representation of color #65BDF1: hue angle of 202.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BDF1 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101189241-
CMYK0.580.2200.05
HSL202.29º83.33%67.06%-
HSV(B)202.29º58.09%94.51%-
XYZ39.4445.5189.93-
YUV168.62168.8579.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.02%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=19.02%
G=35.59%
B=45.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011892410.580.2200.05202.2983.3367.06
Hex65BDF13A1605ca5343
Octal145275361722605312123103
Binary110010110111101111100011110101011001011100101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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