Html Css Color HEX #56BCF1 Malibu

📋 copy color: '#56BCF1'

red 86 ◦ green 188 ◦ blue 241

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

Shades of Malibu #56BCF1

Tints of Malibu #56BCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 16.7%
G = 36.5%
B = 46.8%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56BCF1 (or 0x56BCF1) is known color: Malibu. HEX triplet: 56, BC and F1. RGB value is (86,188,241). Sum of RGB (Red+Green+Blue) = 86+188+241=515 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.70% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #56BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCF1 is #A9430E. Grayscale: #A3A3A3. Windows color (decimal): -11092751 or 15842390. OLE color: 15842390.

HSL color Cylindrical-coordinate representation of color #56BCF1: hue angle of 200.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56BCF1 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 188 241 -
CMYK 0.64 0.22 0 0.05
HSL 200.52º 0.85% 0.64% -
HSV(B) 200.52º 0.64% 0.95% -
XYZ 37.7 44.3 89.78 -
YUV 163.54 171.71 72.69 -
System Red Green Blue C M Y K H S L
Decimal 86 188 241 0.64 0.22 0 0.05 200.52 0.85 0.64
Hex 56 BC F1 40 16 0 5 C9 55 40
Octal 126 274 361 100 26 0 5 311 125 100
Binary 1010110 10111100 11110001 1000000 10110 0 101 11001001 1010101 1000000

Color Harmonies of #56BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BCF1

Black with #56BCF1

Text Example


Text Example

White with #56BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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