Html Css Color HEX #65ACD7 Malibu

📋 copy color: '#65ACD7'

red 101 ◦ green 172 ◦ blue 215

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

Shades of Malibu #65ACD7

Tints of Malibu #65ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 20.7%
G = 35.25%
B = 44.06%

CMYK

 C value IS 0.53

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#65ACD7 (or 0x65ACD7) is known color: Malibu. HEX triplet: 65, AC and D7. RGB value is (101,172,215). Sum of RGB (Red+Green+Blue) = 101+172+215=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #65ACD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACD7 is #9A5328. Grayscale: #9B9B9B. Windows color (decimal): -10113833 or 14134373. OLE color: 14134373.

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

Color convert

RGB 101 172 215 -
CMYK 0.53 0.2 0 0.16
HSL 202.63º 0.59% 0.62% -
HSV(B) 202.63º 0.53% 0.84% -
XYZ 32.39 37.18 69.76 -
YUV 155.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 101 172 215 0.53 0.2 0 0.16 202.63 0.59 0.62
Hex 65 AC D7 35 14 0 10 CB 3B 3E
Octal 145 254 327 65 24 0 20 313 73 76
Binary 1100101 10101100 11010111 110101 10100 0 10000 11001011 111011 111110

Color Harmonies of #65ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACD7

Black with #65ACD7

Text Example


Text Example

White with #65ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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