Html Css Color HEX #56AAE8 Malibu

📋 copy color: '#56AAE8'

red 86 ◦ green 170 ◦ blue 232

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

Shades of Malibu #56AAE8

Tints of Malibu #56AAE8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 17.62%
G = 34.84%
B = 47.54%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#56AAE8 (or 0x56AAE8) is known color: Malibu. HEX triplet: 56, AA and E8. RGB value is (86,170,232). Sum of RGB (Red+Green+Blue) = 86+170+232=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #56AAE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AAE8 is #A95517. Grayscale: #979797. Windows color (decimal): -11097368 or 15247958. OLE color: 15247958.

HSL color Cylindrical-coordinate representation of color #56AAE8: hue angle of 205.48º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56AAE8 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 170 232 -
CMYK 0.63 0.27 0 0.09
HSL 205.48º 0.76% 0.62% -
HSV(B) 205.48º 0.63% 0.91% -
XYZ 32.78 36.55 81.67 -
YUV 151.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 86 170 232 0.63 0.27 0 0.09 205.48 0.76 0.62
Hex 56 AA E8 3F 1B 0 9 CD 4C 3E
Octal 126 252 350 77 33 0 11 315 114 76
Binary 1010110 10101010 11101000 111111 11011 0 1001 11001101 1001100 111110

Color Harmonies of #56AAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AAE8

Black with #56AAE8

Text Example


Text Example

White with #56AAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,170,232); }

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

background-color css

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

 a { background-color: rgb(86,170,232); }

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

border-color css

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

 span { border-color: rgb(86,170,232); }

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