Html Css Color HEX #56ABEC Malibu

📋 copy color: '#56ABEC'

red 86 ◦ green 171 ◦ blue 236

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

Shades of Malibu #56ABEC

Tints of Malibu #56ABEC

RGB

 RED value IS 86 (33.98% from 255) = 17.44%

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

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

R = 17.44%
G = 34.69%
B = 47.87%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56ABEC (or 0x56ABEC) is known color: Malibu. HEX triplet: 56, AB and EC. RGB value is (86,171,236). Sum of RGB (Red+Green+Blue) = 86+171+236=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #56ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ABEC is #A95413. Grayscale: #989898. Windows color (decimal): -11097108 or 15510358. OLE color: 15510358.

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

Color convert

RGB 86 171 236 -
CMYK 0.64 0.28 0 0.07
HSL 206º 0.8% 0.63% -
HSV(B) 206º 0.64% 0.93% -
XYZ 33.54 37.16 84.76 -
YUV 153 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 86 171 236 0.64 0.28 0 0.07 206 0.8 0.63
Hex 56 AB EC 40 1C 0 7 CE 50 3F
Octal 126 253 354 100 34 0 7 316 120 77
Binary 1010110 10101011 11101100 1000000 11100 0 111 11001110 1010000 111111

Color Harmonies of #56ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABEC

Black with #56ABEC

Text Example


Text Example

White with #56ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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