Html Css Color HEX #65ACDD Malibu

📋 copy color: '#65ACDD'

red 101 ◦ green 172 ◦ blue 221

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

Shades of Malibu #65ACDD

Tints of Malibu #65ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.82%

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

R = 20.45%
G = 34.82%
B = 44.74%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65ACDD (or 0x65ACDD) is known color: Malibu. HEX triplet: 65, AC and DD. RGB value is (101,172,221). Sum of RGB (Red+Green+Blue) = 101+172+221=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #65ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACDD is #9A5322. Grayscale: #9C9C9C. Windows color (decimal): -10113827 or 14527589. OLE color: 14527589.

HSL color Cylindrical-coordinate representation of color #65ACDD: hue angle of 204.5º 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 #65ACDD is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 172 221 -
CMYK 0.54 0.22 0 0.13
HSL 204.5º 0.64% 0.63% -
HSV(B) 204.5º 0.54% 0.87% -
XYZ 33.17 37.49 73.9 -
YUV 156.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 101 172 221 0.54 0.22 0 0.13 204.5 0.64 0.63
Hex 65 AC DD 36 16 0 D CC 40 3F
Octal 145 254 335 66 26 0 15 314 100 77
Binary 1100101 10101100 11011101 110110 10110 0 1101 11001100 1000000 111111

Color Harmonies of #65ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACDD

Black with #65ACDD

Text Example


Text Example

White with #65ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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