Html Css Color HEX #65ABE0 Malibu

📋 copy color: '#65ABE0'

red 101 ◦ green 171 ◦ blue 224

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

Shades of Malibu #65ABE0

Tints of Malibu #65ABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 20.36%
G = 34.48%
B = 45.16%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#65ABE0 (or 0x65ABE0) is known color: Malibu. HEX triplet: 65, AB and E0. RGB value is (101,171,224). Sum of RGB (Red+Green+Blue) = 101+171+224=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #65ABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABE0 is #9A541F. Grayscale: #9B9B9B. Windows color (decimal): -10114080 or 14723941. OLE color: 14723941.

HSL color Cylindrical-coordinate representation of color #65ABE0: hue angle of 205.85º 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 #65ABE0 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 171 224 -
CMYK 0.55 0.24 0 0.12
HSL 205.85º 0.66% 0.64% -
HSV(B) 205.85º 0.55% 0.88% -
XYZ 33.38 37.27 75.96 -
YUV 156.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 101 171 224 0.55 0.24 0 0.12 205.85 0.66 0.64
Hex 65 AB E0 37 18 0 C CE 42 40
Octal 145 253 340 67 30 0 14 316 102 100
Binary 1100101 10101011 11100000 110111 11000 0 1100 11001110 1000010 1000000

Color Harmonies of #65ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABE0

Black with #65ABE0

Text Example


Text Example

White with #65ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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