Html Css Color HEX #65ACE0 Malibu

📋 copy color: '#65ACE0'

red 101 ◦ green 172 ◦ blue 224

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

Shades of Malibu #65ACE0

Tints of Malibu #65ACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.07%

R = 20.32%
G = 34.61%
B = 45.07%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#65ACE0 (or 0x65ACE0) is known color: Malibu. HEX triplet: 65, AC and E0. RGB value is (101,172,224). Sum of RGB (Red+Green+Blue) = 101+172+224=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #65ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACE0 is #9A531F. Grayscale: #9C9C9C. Windows color (decimal): -10113824 or 14724197. OLE color: 14724197.

HSL color Cylindrical-coordinate representation of color #65ACE0: hue angle of 205.37º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65ACE0 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 172 224 -
CMYK 0.55 0.23 0 0.12
HSL 205.37º 0.66% 0.64% -
HSV(B) 205.37º 0.55% 0.88% -
XYZ 33.57 37.65 76.02 -
YUV 156.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 101 172 224 0.55 0.23 0 0.12 205.37 0.66 0.64
Hex 65 AC E0 37 17 0 C CD 42 40
Octal 145 254 340 67 27 0 14 315 102 100
Binary 1100101 10101100 11100000 110111 10111 0 1100 11001101 1000010 1000000

Color Harmonies of #65ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACE0

Black with #65ACE0

Text Example


Text Example

White with #65ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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