Html Css Color HEX #56A7E8 Malibu

📋 copy color: '#56A7E8'

red 86 ◦ green 167 ◦ blue 232

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

Shades of Malibu #56A7E8

Tints of Malibu #56A7E8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.43%

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

R = 17.73%
G = 34.43%
B = 47.84%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#56A7E8 (or 0x56A7E8) is known color: Malibu. HEX triplet: 56, A7 and E8. RGB value is (86,167,232). Sum of RGB (Red+Green+Blue) = 86+167+232=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #56A7E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A7E8 is #A95817. Grayscale: #959595. Windows color (decimal): -11098136 or 15247190. OLE color: 15247190.

HSL color Cylindrical-coordinate representation of color #56A7E8: hue angle of 206.71º 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 #56A7E8 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 167 232 -
CMYK 0.63 0.28 0 0.09
HSL 206.71º 0.76% 0.62% -
HSV(B) 206.71º 0.63% 0.91% -
XYZ 32.22 35.44 81.49 -
YUV 150.19 174.16 82.21 -
System Red Green Blue C M Y K H S L
Decimal 86 167 232 0.63 0.28 0 0.09 206.71 0.76 0.62
Hex 56 A7 E8 3F 1C 0 9 CF 4C 3E
Octal 126 247 350 77 34 0 11 317 114 76
Binary 1010110 10100111 11101000 111111 11100 0 1001 11001111 1001100 111110

Color Harmonies of #56A7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A7E8

Black with #56A7E8

Text Example


Text Example

White with #56A7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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