#65BBF0

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

Shades of Malibu #65BBF0

Tints of Malibu #65BBF0

Color information

#65BBF0 (or 0x65BBF0) is unknown color: approx Malibu. HEX triplet: 65, BB and F0. RGB value is (101,187,240). Sum of RGB (Red+Green+Blue) = 101+187+240=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #65BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BBF0 is #9A440F. Grayscale: #A7A7A7. Windows color (decimal): -10109968 or 15776613. OLE color: 15776613.

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

Color convert

RGB101187240-
CMYK0.580.2200.06
HSL202.88º82.25%66.86%-
HSV(B)202.88º57.92%94.12%-
XYZ38.8744.689-
YUV167.33169.0180.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.13%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=19.13%
G=35.42%
B=45.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011872400.580.2200.06202.8882.2566.86
Hex65BBF03A1606cb5243
Octal145273360722606313122103
Binary110010110111011111100001110101011001101100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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