Html Css Color HEX #56B9F1 Malibu

📋 copy color: '#56B9F1'

red 86 ◦ green 185 ◦ blue 241

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

Shades of Malibu #56B9F1

Tints of Malibu #56B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 16.8%
G = 36.13%
B = 47.07%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#56B9F1 (or 0x56B9F1) is known color: Malibu. HEX triplet: 56, B9 and F1. RGB value is (86,185,241). Sum of RGB (Red+Green+Blue) = 86+185+241=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #56B9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B9F1 is #A9460E. Grayscale: #A1A1A1. Windows color (decimal): -11093519 or 15841622. OLE color: 15841622.

HSL color Cylindrical-coordinate representation of color #56B9F1: hue angle of 201.68º 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 #56B9F1 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 185 241 -
CMYK 0.64 0.23 0 0.05
HSL 201.68º 0.85% 0.64% -
HSV(B) 201.68º 0.64% 0.95% -
XYZ 37.06 43.03 89.57 -
YUV 161.78 172.7 73.95 -
System Red Green Blue C M Y K H S L
Decimal 86 185 241 0.64 0.23 0 0.05 201.68 0.85 0.64
Hex 56 B9 F1 40 17 0 5 CA 55 40
Octal 126 271 361 100 27 0 5 312 125 100
Binary 1010110 10111001 11110001 1000000 10111 0 101 11001010 1010101 1000000

Color Harmonies of #56B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B9F1

Black with #56B9F1

Text Example


Text Example

White with #56B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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