#65bce7

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

Shades of Malibu #65BCE7

Tints of Malibu #65BCE7

Color information

#65BCE7 (or 0x65BCE7) is unknown color: approx Malibu. HEX triplet: 65, BC and E7. RGB value is (101,188,231). Sum of RGB (Red+Green+Blue) = 101+188+231=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #65BCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCE7 is #9A4318. Grayscale: #A6A6A6. Windows color (decimal): -10109721 or 15187045. OLE color: 15187045.

HSL color Cylindrical-coordinate representation of color #65BCE7: hue angle of 199.85º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65BCE7 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101188231-
CMYK0.560.1900.09
HSL199.85º73.03%65.1%-
HSV(B)199.85º56.28%90.59%-
XYZ37.7744.582.2-
YUV166.89164.1881-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=19.42%
G=36.15%
B=44.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1011882310.560.1900.09199.8573.0365.1
Hex65BCE7381309c84941
Octal1452743477023011310111101
Binary1100101101111001110011111100010011010011100100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65bce7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,188,231); }

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

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

 a { background-color: rgb(101,188,231); }

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

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

 span { border-color: rgb(101,188,231); }

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