Html Css Color HEX #56BDE8 Malibu

📋 copy color: '#56BDE8'

red 86 ◦ green 189 ◦ blue 232

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

Shades of Malibu #56BDE8

Tints of Malibu #56BDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

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

R = 16.96%
G = 37.28%
B = 45.76%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#56BDE8 (or 0x56BDE8) is known color: Malibu. HEX triplet: 56, BD and E8. RGB value is (86,189,232). Sum of RGB (Red+Green+Blue) = 86+189+232=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #56BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BDE8 is #A94217. Grayscale: #A2A2A2. Windows color (decimal): -11092504 or 15252822. OLE color: 15252822.

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

Color convert

RGB 86 189 232 -
CMYK 0.63 0.19 0 0.09
HSL 197.67º 0.76% 0.62% -
HSV(B) 197.67º 0.63% 0.91% -
XYZ 36.6 44.2 82.95 -
YUV 163.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 86 189 232 0.63 0.19 0 0.09 197.67 0.76 0.62
Hex 56 BD E8 3F 13 0 9 C6 4C 3E
Octal 126 275 350 77 23 0 11 306 114 76
Binary 1010110 10111101 11101000 111111 10011 0 1001 11000110 1001100 111110

Color Harmonies of #56BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BDE8

Black with #56BDE8

Text Example


Text Example

White with #56BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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