#65BFE1

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

Shades of Malibu #65BFE1

Tints of Malibu #65BFE1

Color information

#65BFE1 (or 0x65BFE1) is unknown color: approx Malibu. HEX triplet: 65, BF and E1. RGB value is (101,191,225). Sum of RGB (Red+Green+Blue) = 101+191+225=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #65BFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFE1 is #9A401E. Grayscale: #A7A7A7. Windows color (decimal): -10108959 or 14794597. OLE color: 14794597.

HSL color Cylindrical-coordinate representation of color #65BFE1: hue angle of 196.45º 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 #65BFE1 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101191225-
CMYK0.550.1500.12
HSL196.45º67.39%63.92%-
HSV(B)196.45º55.11%88.24%-
XYZ37.5945.4678.03-
YUV167.97160.1880.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.54%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 225 (88.28% from 255) = 43.52%
R=19.54%
G=36.94%
B=43.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1011912250.550.1500.12196.4567.3963.92
Hex65BFE137F0Cc44340
Octal1452773416717014304103100
Binary110010110111111111000011101111111011001100010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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