Html Css Color HEX #56A8EF Malibu

📋 copy color: '#56A8EF'

red 86 ◦ green 168 ◦ blue 239

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

Shades of Malibu #56A8EF

Tints of Malibu #56A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 17.44%
G = 34.08%
B = 48.48%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56A8EF (or 0x56A8EF) is known color: Malibu. HEX triplet: 56, A8 and EF. RGB value is (86,168,239). Sum of RGB (Red+Green+Blue) = 86+168+239=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #56A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A8EF is #A95710. Grayscale: #979797. Windows color (decimal): -11097873 or 15706198. OLE color: 15706198.

HSL color Cylindrical-coordinate representation of color #56A8EF: hue angle of 207.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56A8EF is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 168 239 -
CMYK 0.64 0.30 0 0.06
HSL 207.84º 0.83% 0.64% -
HSV(B) 207.84º 0.64% 0.94% -
XYZ 33.42 36.22 86.89 -
YUV 151.58 177.33 81.23 -
System Red Green Blue C M Y K H S L
Decimal 86 168 239 0.64 0.30 0 0.06 207.84 0.83 0.64
Hex 56 A8 EF 40 1E 0 6 D0 53 40
Octal 126 250 357 100 36 0 6 320 123 100
Binary 1010110 10101000 11101111 1000000 11110 0 110 11010000 1010011 1000000

Color Harmonies of #56A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8EF

Black with #56A8EF

Text Example


Text Example

White with #56A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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