#65BED4

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

Shades of Malibu #65BED4

Tints of Malibu #65BED4

Color information

#65BED4 (or 0x65BED4) is unknown color: approx Malibu. HEX triplet: 65, BE and D4. RGB value is (101,190,212). Sum of RGB (Red+Green+Blue) = 101+190+212=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #65BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BED4 is #9A412B. Grayscale: #A5A5A5. Windows color (decimal): -10109228 or 13942373. OLE color: 13942373.

HSL color Cylindrical-coordinate representation of color #65BED4: hue angle of 191.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65BED4 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB101190212-
CMYK0.520.1000.17
HSL191.89º56.35%61.37%-
HSV(B)191.89º52.36%83.14%-
XYZ35.6644.3568.97-
YUV165.9154.0181.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.08%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=20.08%
G=37.77%
B=42.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011902120.520.1000.17191.8956.3561.37
Hex65BED434A011c0383d
Octal14527632464120213007075
Binary11001011011111011010100110100101001000111000000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,212); }

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

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

 a { background-color: rgb(101,190,212); }

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

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

 span { border-color: rgb(101,190,212); }

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