Html Css Color HEX #65ABEC Malibu

📋 copy color: '#65ABEC'

red 101 ◦ green 171 ◦ blue 236

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

Shades of Malibu #65ABEC

Tints of Malibu #65ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 19.88%
G = 33.66%
B = 46.46%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65ABEC (or 0x65ABEC) is known color: Malibu. HEX triplet: 65, AB and EC. RGB value is (101,171,236). Sum of RGB (Red+Green+Blue) = 101+171+236=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #65ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABEC is #9A5413. Grayscale: #9D9D9D. Windows color (decimal): -10114068 or 15510373. OLE color: 15510373.

HSL color Cylindrical-coordinate representation of color #65ABEC: hue angle of 208.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ABEC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 171 236 -
CMYK 0.57 0.28 0 0.07
HSL 208.89º 0.78% 0.66% -
HSV(B) 208.89º 0.57% 0.93% -
XYZ 35.07 37.95 84.83 -
YUV 157.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 101 171 236 0.57 0.28 0 0.07 208.89 0.78 0.66
Hex 65 AB EC 39 1C 0 7 D1 4E 42
Octal 145 253 354 71 34 0 7 321 116 102
Binary 1100101 10101011 11101100 111001 11100 0 111 11010001 1001110 1000010

Color Harmonies of #65ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABEC

Black with #65ABEC

Text Example


Text Example

White with #65ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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