Html Css Color HEX #65ABE6 Malibu

📋 copy color: '#65ABE6'

red 101 ◦ green 171 ◦ blue 230

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

Shades of Malibu #65ABE6

Tints of Malibu #65ABE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 20.12%
G = 34.06%
B = 45.82%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#65ABE6 (or 0x65ABE6) is known color: Malibu. HEX triplet: 65, AB and E6. RGB value is (101,171,230). Sum of RGB (Red+Green+Blue) = 101+171+230=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #65ABE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABE6 is #9A5419. Grayscale: #9C9C9C. Windows color (decimal): -10114074 or 15117157. OLE color: 15117157.

HSL color Cylindrical-coordinate representation of color #65ABE6: hue angle of 207.44º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65ABE6 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 171 230 -
CMYK 0.56 0.26 0 0.10
HSL 207.44º 0.72% 0.65% -
HSV(B) 207.44º 0.56% 0.9% -
XYZ 34.21 37.61 80.32 -
YUV 156.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 101 171 230 0.56 0.26 0 0.10 207.44 0.72 0.65
Hex 65 AB E6 38 1A 0 A CF 48 41
Octal 145 253 346 70 32 0 12 317 110 101
Binary 1100101 10101011 11100110 111000 11010 0 1010 11001111 1001000 1000001

Color Harmonies of #65ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABE6

Black with #65ABE6

Text Example


Text Example

White with #65ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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