Html Css Color HEX #65ACD5 Malibu

📋 copy color: '#65ACD5'

red 101 ◦ green 172 ◦ blue 213

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

Shades of Malibu #65ACD5

Tints of Malibu #65ACD5

RGB

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

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

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

R = 20.78%
G = 35.39%
B = 43.83%

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

#65ACD5 (or 0x65ACD5) is known color: Malibu. HEX triplet: 65, AC and D5. RGB value is (101,172,213). Sum of RGB (Red+Green+Blue) = 101+172+213=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #65ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACD5 is #9A532A. Grayscale: #9B9B9B. Windows color (decimal): -10113835 or 14003301. OLE color: 14003301.

HSL color Cylindrical-coordinate representation of color #65ACD5: hue angle of 201.96º 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 #65ACD5 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 172 213 -
CMYK 0.53 0.19 0 0.16
HSL 201.96º 0.57% 0.62% -
HSV(B) 201.96º 0.53% 0.84% -
XYZ 32.13 37.08 68.41 -
YUV 155.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 101 172 213 0.53 0.19 0 0.16 201.96 0.57 0.62
Hex 65 AC D5 35 13 0 10 CA 39 3E
Octal 145 254 325 65 23 0 20 312 71 76
Binary 1100101 10101100 11010101 110101 10011 0 10000 11001010 111001 111110

Color Harmonies of #65ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACD5

Black with #65ACD5

Text Example


Text Example

White with #65ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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