Html Css Color HEX #65ABDD Malibu

📋 copy color: '#65ABDD'

red 101 ◦ green 171 ◦ blue 221

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

Shades of Malibu #65ABDD

Tints of Malibu #65ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 20.49%
G = 34.69%
B = 44.83%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65ABDD (or 0x65ABDD) is known color: Malibu. HEX triplet: 65, AB and DD. RGB value is (101,171,221). Sum of RGB (Red+Green+Blue) = 101+171+221=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #65ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABDD is #9A5422. Grayscale: #9B9B9B. Windows color (decimal): -10114083 or 14527333. OLE color: 14527333.

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

Color convert

RGB 101 171 221 -
CMYK 0.54 0.23 0 0.13
HSL 205º 0.64% 0.63% -
HSV(B) 205º 0.54% 0.87% -
XYZ 32.98 37.11 73.83 -
YUV 155.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 101 171 221 0.54 0.23 0 0.13 205 0.64 0.63
Hex 65 AB DD 36 17 0 D CD 40 3F
Octal 145 253 335 66 27 0 15 315 100 77
Binary 1100101 10101011 11011101 110110 10111 0 1101 11001101 1000000 111111

Color Harmonies of #65ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABDD

Black with #65ABDD

Text Example


Text Example

White with #65ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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