Html Css Color HEX #65ADD5 Malibu

📋 copy color: '#65ADD5'

red 101 ◦ green 173 ◦ blue 213

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

Shades of Malibu #65ADD5

Tints of Malibu #65ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 20.74%
G = 35.52%
B = 43.74%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#65ADD5 (or 0x65ADD5) is known color: Malibu. HEX triplet: 65, AD and D5. RGB value is (101,173,213). Sum of RGB (Red+Green+Blue) = 101+173+213=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #65ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADD5 is #9A522A. Grayscale: #9B9B9B. Windows color (decimal): -10113579 or 14003557. OLE color: 14003557.

HSL color Cylindrical-coordinate representation of color #65ADD5: hue angle of 201.43º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65ADD5 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 173 213 -
CMYK 0.53 0.19 0 0.16
HSL 201.43º 0.57% 0.62% -
HSV(B) 201.43º 0.53% 0.84% -
XYZ 32.32 37.46 68.48 -
YUV 156.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 101 173 213 0.53 0.19 0 0.16 201.43 0.57 0.62
Hex 65 AD D5 35 13 0 10 C9 39 3E
Octal 145 255 325 65 23 0 20 311 71 76
Binary 1100101 10101101 11010101 110101 10011 0 10000 11001001 111001 111110

Color Harmonies of #65ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADD5

Black with #65ADD5

Text Example


Text Example

White with #65ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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