#65BBE1

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

Shades of Malibu #65BBE1

Tints of Malibu #65BBE1

Color information

#65BBE1 (or 0x65BBE1) is unknown color: approx Malibu. HEX triplet: 65, BB and E1. RGB value is (101,187,225). Sum of RGB (Red+Green+Blue) = 101+187+225=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #65BBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBE1 is #9A441E. Grayscale: #A5A5A5. Windows color (decimal): -10109983 or 14793573. OLE color: 14793573.

HSL color Cylindrical-coordinate representation of color #65BBE1: hue angle of 198.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65BBE1 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101187225-
CMYK0.550.1700.12
HSL198.39º67.39%63.92%-
HSV(B)198.39º55.11%88.24%-
XYZ36.7343.7477.74-
YUV165.62161.5181.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.69%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=19.69%
G=36.45%
B=43.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1011872250.550.1700.12198.3967.3963.92
Hex65BBE137110Cc64340
Octal1452733416721014306103100
Binary1100101101110111110000111011110001011001100011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,187,225); }

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

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

 a { background-color: rgb(101,187,225); }

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

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

 span { border-color: rgb(101,187,225); }

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