Html Css Color HEX #65ADDA Malibu

📋 copy color: '#65ADDA'

red 101 ◦ green 173 ◦ blue 218

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

Shades of Malibu #65ADDA

Tints of Malibu #65ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 20.53%
G = 35.16%
B = 44.31%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#65ADDA (or 0x65ADDA) is known color: Malibu. HEX triplet: 65, AD and DA. RGB value is (101,173,218). Sum of RGB (Red+Green+Blue) = 101+173+218=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #65ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADDA is #9A5225. Grayscale: #9C9C9C. Windows color (decimal): -10113574 or 14331237. OLE color: 14331237.

HSL color Cylindrical-coordinate representation of color #65ADDA: hue angle of 203.08º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65ADDA is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 173 218 -
CMYK 0.54 0.21 0 0.15
HSL 203.08º 0.61% 0.63% -
HSV(B) 203.08º 0.54% 0.85% -
XYZ 32.97 37.72 71.87 -
YUV 156.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 101 173 218 0.54 0.21 0 0.15 203.08 0.61 0.63
Hex 65 AD DA 36 15 0 F CB 3D 3F
Octal 145 255 332 66 25 0 17 313 75 77
Binary 1100101 10101101 11011010 110110 10101 0 1111 11001011 111101 111111

Color Harmonies of #65ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADDA

Black with #65ADDA

Text Example


Text Example

White with #65ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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