#65BFEF

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

Shades of Malibu #65BFEF

Tints of Malibu #65BFEF

Color information

#65BFEF (or 0x65BFEF) is unknown color: approx Malibu. HEX triplet: 65, BF and EF. RGB value is (101,191,239). Sum of RGB (Red+Green+Blue) = 101+191+239=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #65BFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFEF is #9A4010. Grayscale: #A9A9A9. Windows color (decimal): -10108945 or 15712101. OLE color: 15712101.

HSL color Cylindrical-coordinate representation of color #65BFEF: hue angle of 200.87º degrees, saturation: 0.81, 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 #65BFEF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101191239-
CMYK0.580.2000.06
HSL200.87º81.18%66.67%-
HSV(B)200.87º57.74%93.73%-
XYZ39.5846.2688.5-
YUV169.56167.1879.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.02%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=19.02%
G=35.97%
B=45.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011912390.580.2000.06200.8781.1866.67
Hex65BFEF3A1406c95143
Octal145277357722406311121103
Binary110010110111111111011111110101010001101100100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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