Html Css Color HEX #56BDE6 Malibu

📋 copy color: '#56BDE6'

red 86 ◦ green 189 ◦ blue 230

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

Shades of Malibu #56BDE6

Tints of Malibu #56BDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 17.03%
G = 37.43%
B = 45.54%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#56BDE6 (or 0x56BDE6) is known color: Malibu. HEX triplet: 56, BD and E6. RGB value is (86,189,230). Sum of RGB (Red+Green+Blue) = 86+189+230=505 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.03% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #56BDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BDE6 is #A94219. Grayscale: #A2A2A2. Windows color (decimal): -11092506 or 15121750. OLE color: 15121750.

HSL color Cylindrical-coordinate representation of color #56BDE6: hue angle of 197.08º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BDE6 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 86 189 230 -
CMYK 0.63 0.18 0 0.10
HSL 197.08º 0.74% 0.62% -
HSV(B) 197.08º 0.63% 0.9% -
XYZ 36.32 44.09 81.46 -
YUV 162.88 165.88 73.17 -
System Red Green Blue C M Y K H S L
Decimal 86 189 230 0.63 0.18 0 0.10 197.08 0.74 0.62
Hex 56 BD E6 3F 12 0 A C5 4A 3E
Octal 126 275 346 77 22 0 12 305 112 76
Binary 1010110 10111101 11100110 111111 10010 0 1010 11000101 1001010 111110

Color Harmonies of #56BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BDE6

Black with #56BDE6

Text Example


Text Example

White with #56BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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