Html Css Color HEX #56BEE0 Malibu

📋 copy color: '#56BEE0'

red 86 ◦ green 190 ◦ blue 224

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

Shades of Malibu #56BEE0

Tints of Malibu #56BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 17.2%
G = 38%
B = 44.8%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#56BEE0 (or 0x56BEE0) is known color: Malibu. HEX triplet: 56, BE and E0. RGB value is (86,190,224). Sum of RGB (Red+Green+Blue) = 86+190+224=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #56BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BEE0 is #A9411F. Grayscale: #A2A2A2. Windows color (decimal): -11092256 or 14728790. OLE color: 14728790.

HSL color Cylindrical-coordinate representation of color #56BEE0: hue angle of 194.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BEE0 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 190 224 -
CMYK 0.62 0.15 0 0.12
HSL 194.78º 0.69% 0.61% -
HSV(B) 194.78º 0.62% 0.88% -
XYZ 35.71 44.19 77.17 -
YUV 162.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 86 190 224 0.62 0.15 0 0.12 194.78 0.69 0.61
Hex 56 BE E0 3E F 0 C C3 45 3D
Octal 126 276 340 76 17 0 14 303 105 75
Binary 1010110 10111110 11100000 111110 1111 0 1100 11000011 1000101 111101

Color Harmonies of #56BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BEE0

Black with #56BEE0

Text Example


Text Example

White with #56BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,190,224); }

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

background-color css

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

 a { background-color: rgb(86,190,224); }

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

border-color css

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

 span { border-color: rgb(86,190,224); }

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