Html Css Color HEX #65ABDB Malibu

📋 copy color: '#65ABDB'

red 101 ◦ green 171 ◦ blue 219

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

Shades of Malibu #65ABDB

Tints of Malibu #65ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 20.57%
G = 34.83%
B = 44.6%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65ABDB (or 0x65ABDB) is known color: Malibu. HEX triplet: 65, AB and DB. RGB value is (101,171,219). Sum of RGB (Red+Green+Blue) = 101+171+219=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #65ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABDB is #9A5424. Grayscale: #9B9B9B. Windows color (decimal): -10114085 or 14396261. OLE color: 14396261.

HSL color Cylindrical-coordinate representation of color #65ABDB: hue angle of 204.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65ABDB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 171 219 -
CMYK 0.54 0.22 0 0.14
HSL 204.41º 0.62% 0.63% -
HSV(B) 204.41º 0.54% 0.86% -
XYZ 32.72 37.01 72.44 -
YUV 155.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 101 171 219 0.54 0.22 0 0.14 204.41 0.62 0.63
Hex 65 AB DB 36 16 0 E CC 3E 3F
Octal 145 253 333 66 26 0 16 314 76 77
Binary 1100101 10101011 11011011 110110 10110 0 1110 11001100 111110 111111

Color Harmonies of #65ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABDB

Black with #65ABDB

Text Example


Text Example

White with #65ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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