Html Css Color HEX #65ADDC Malibu

📋 copy color: '#65ADDC'

red 101 ◦ green 173 ◦ blue 220

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

Shades of Malibu #65ADDC

Tints of Malibu #65ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 20.45%
G = 35.02%
B = 44.53%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65ADDC (or 0x65ADDC) is known color: Malibu. HEX triplet: 65, AD and DC. RGB value is (101,173,220). Sum of RGB (Red+Green+Blue) = 101+173+220=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #65ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADDC is #9A5223. Grayscale: #9C9C9C. Windows color (decimal): -10113572 or 14462309. OLE color: 14462309.

HSL color Cylindrical-coordinate representation of color #65ADDC: hue angle of 203.7º degrees, saturation: 0.63, 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 #65ADDC is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 173 220 -
CMYK 0.54 0.21 0 0.14
HSL 203.7º 0.63% 0.63% -
HSV(B) 203.7º 0.54% 0.86% -
XYZ 33.23 37.82 73.26 -
YUV 156.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 101 173 220 0.54 0.21 0 0.14 203.7 0.63 0.63
Hex 65 AD DC 36 15 0 E CC 3F 3F
Octal 145 255 334 66 25 0 16 314 77 77
Binary 1100101 10101101 11011100 110110 10101 0 1110 11001100 111111 111111

Color Harmonies of #65ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADDC

Black with #65ADDC

Text Example


Text Example

White with #65ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,220); }

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

background-color css

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

 a { background-color: rgb(101,173,220); }

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

border-color css

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

 span { border-color: rgb(101,173,220); }

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