Html Css Color HEX #56A8EA Malibu

📋 copy color: '#56A8EA'

red 86 ◦ green 168 ◦ blue 234

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

Shades of Malibu #56A8EA

Tints of Malibu #56A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 17.62%
G = 34.43%
B = 47.95%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56A8EA (or 0x56A8EA) is known color: Malibu. HEX triplet: 56, A8 and EA. RGB value is (86,168,234). Sum of RGB (Red+Green+Blue) = 86+168+234=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #56A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A8EA is #A95715. Grayscale: #969696. Windows color (decimal): -11097878 or 15378518. OLE color: 15378518.

HSL color Cylindrical-coordinate representation of color #56A8EA: hue angle of 206.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56A8EA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 168 234 -
CMYK 0.63 0.28 0 0.08
HSL 206.76º 0.78% 0.63% -
HSV(B) 206.76º 0.63% 0.92% -
XYZ 32.69 35.92 83.05 -
YUV 151.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 86 168 234 0.63 0.28 0 0.08 206.76 0.78 0.63
Hex 56 A8 EA 3F 1C 0 8 CF 4E 3F
Octal 126 250 352 77 34 0 10 317 116 77
Binary 1010110 10101000 11101010 111111 11100 0 1000 11001111 1001110 111111

Color Harmonies of #56A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8EA

Black with #56A8EA

Text Example


Text Example

White with #56A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,168,234); }

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

background-color css

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

 a { background-color: rgb(86,168,234); }

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

border-color css

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

 span { border-color: rgb(86,168,234); }

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