Html Css Color HEX #65ABDE Malibu

📋 copy color: '#65ABDE'

red 101 ◦ green 171 ◦ blue 222

#65ABDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #65ABDE

Tints of Malibu #65ABDE

RGB

 RED value IS 101 (39.84% from 255) = 20.45%

 GREEN value IS 171 (67.19% from 255) = 34.62%

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 20.45%
G = 34.62%
B = 44.94%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65ABDE (or 0x65ABDE) is known color: Malibu. HEX triplet: 65, AB and DE. RGB value is (101,171,222). Sum of RGB (Red+Green+Blue) = 101+171+222=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #65ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABDE is #9A5421. Grayscale: #9B9B9B. Windows color (decimal): -10114082 or 14592869. OLE color: 14592869.

HSL color Cylindrical-coordinate representation of color #65ABDE: hue angle of 205.29º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65ABDE is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 171 222 -
CMYK 0.55 0.23 0 0.13
HSL 205.29º 0.65% 0.63% -
HSV(B) 205.29º 0.55% 0.87% -
XYZ 33.11 37.17 74.54 -
YUV 155.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 101 171 222 0.55 0.23 0 0.13 205.29 0.65 0.63
Hex 65 AB DE 37 17 0 D CD 41 3F
Octal 145 253 336 67 27 0 15 315 101 77
Binary 1100101 10101011 11011110 110111 10111 0 1101 11001101 1000001 111111

Color Harmonies of #65ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABDE

Black with #65ABDE

Text Example


Text Example

White with #65ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,171,222); }

 H1.HeaderClassName
 {
   color: #65ABDE;
 }
 .AnyTagClassName
 {
   color: #65ABDE;
 }
</style>

background-color css

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

 a { background-color: rgb(101,171,222); }

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

border-color css

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

 span { border-color: rgb(101,171,222); }

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