Html Css Color HEX #56BCEB Malibu

📋 copy color: '#56BCEB'

red 86 ◦ green 188 ◦ blue 235

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

Shades of Malibu #56BCEB

Tints of Malibu #56BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 16.9%
G = 36.94%
B = 46.17%

CMYK

 C value IS 0.63

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56BCEB (or 0x56BCEB) is known color: Malibu. HEX triplet: 56, BC and EB. RGB value is (86,188,235). Sum of RGB (Red+Green+Blue) = 86+188+235=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #56BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCEB is #A94314. Grayscale: #A2A2A2. Windows color (decimal): -11092757 or 15449174. OLE color: 15449174.

HSL color Cylindrical-coordinate representation of color #56BCEB: hue angle of 198.93º degrees, saturation: 0.79, 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 #56BCEB is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 188 235 -
CMYK 0.63 0.2 0 0.08
HSL 198.93º 0.79% 0.63% -
HSV(B) 198.93º 0.63% 0.92% -
XYZ 36.82 43.94 85.14 -
YUV 162.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 86 188 235 0.63 0.2 0 0.08 198.93 0.79 0.63
Hex 56 BC EB 3F 14 0 8 C7 4F 3F
Octal 126 274 353 77 24 0 10 307 117 77
Binary 1010110 10111100 11101011 111111 10100 0 1000 11000111 1001111 111111

Color Harmonies of #56BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BCEB

Black with #56BCEB

Text Example


Text Example

White with #56BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,188,235); }

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

background-color css

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

 a { background-color: rgb(86,188,235); }

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

border-color css

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

 span { border-color: rgb(86,188,235); }

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